The Guided Application Creator in ServiceNow provides several methods for creating tables within a new application: B . Create a table from scratch: This option allows developers to define a new table with custom fields and configurations tailored to the application's specific requirements. C . Extend a table: Developers can create a new table that extends an existing ServiceNow table. This means the new table inherits all fields and behaviors of the parent table, allowing for customization and additional fields as needed. D . Upload a spreadsheet: This feature enables developers to upload data from a spreadsheet, which ServiceNow then uses to create a new table. The system automatically defines the table structure based on the spreadsheet's contents. The other options listed are not standard methods provided by the Guided Application Creator: A . Use API calls: Creating tables via API calls is not a feature of the Guided Application Creator. E . Create a table from a template: While templates can be used in other contexts, the Guided Application Creator does not offer a direct option to create tables from templates. F . Link to external tables: Linking to external tables is not a standard feature within the Guided Application Creator. G . Run import jobs: Running import jobs pertains to data import processes and is not a method for creating tables within the Guided Application Creator. For more detailed information, refer to the official ServiceNow documentation on the Guided Application Creator.