Question : Examine the data in the ORD_ITEMS table: Evaluate the given query: Which statement is true regarding the outcome of the above query? 1. It gives an error because the having clause should be specified after the group by clause. 2. It gives an error because all the aggregate functions used in the having clause must be specified in the select list. 3. Access Mostly Uused Products by 50000+ Subscribers double the minimum quantity of that item in the table. 4. It displays the item nos with their average quantity where the average quantity is more than double the overall minimum quantity of all the items in the table.
Question : View the Exhibit and examine the data in the promotions table. PROMO_BEGIN_DATE is stored in the default date format, dd-mon-rr. You need to produce a report that provides the name, cost, and start date of all promos in the post category that were launched before January 1, 2000. Which SQL statement would you use? 1. A 2. B 3. Access Mostly Uused Products by 50000+ Subscribers 4. D
Question : You need to create a table with the following column specifications: 1. Employee ID (numeric data type) for each employee 2. Employee Name (character data type) that stores the employee name 3. Access Mostly Uused Products by 50000+ Subscribers 4. Status (character data type), that contains the value 'active1 if no data is entered 5. Resume (character large object [CLOB] data type), which contains the resume submitted by the employee Which is the correct syntax to create this table? 1. It fails because the DB_8K_CACHE_SIZE parameter cannot be changed dynamically. 2. It succeeds only if memory is available from the autotuned components if SGA. 3. Access Mostly Uused Products by 50000+ Subscribers 4. It fails because an increase in DB_8K_CACHE_SIZE cannot be accommodated within SGA_MAX_SIZE.
Explanation: CLOB Character data (up to 4 GB) NUMBER [(p, s)] Number having precision p and scale s (Precision is the total number of decimal digits and scale is the number of digits to the right of the decimal point; precision can range from 1 to 38, and scale can range from -84 to 127.)