Question: 1
Evaluate the following SQL statement:
Which statement is true regarding the outcome of the above query?
Question: 2
View the Exhibit and examine the structure of the ORDERS table. The columns ORDER_MODE and ORDER_TOTAL have the default values 'direct' and 0 respectively.
Which two INSERT statements are valid? (Choose two.)
Answer : C, D
Show Answer
Hide Answer
Question: 3
What is the primary difference between the relational database (RDB) and object-oriented database (OODB) models?
Question: 4
Examine the command to create the BOOKS table.
The BOOK_ID value 101 does not exist in the table.
Examine the SQL statement:
Which statement is true?
Question: 5
You need to list the employees in DEPARTMENT_ID 20 days in a single row, ordered by HIRE_DATE.
Examine the sample output:
Which query will provide the required output?