Question 266

Evaluate the following CREATE TABLE command:

Which statement is true regarding the above SQL statement?
  • Question 267

    Which two statements are true about Data Manipulation Language (DML) statements? (Choose two.)
  • Question 268

    Which three statements are true regarding the data types?
  • Question 269

    Examine this query which executes successfully;
    Select job,deptno from emp
    Union all
    Select job,deptno from jobs_history;
    What will be the result?
  • Question 270

    Examine the structure of the CUSTOMERS table: (Choose two.)
    CUSTNO is the PRIMARY KEY.
    You must determine if any customers' details have been entered more than once using a different CUSTNO, by listing all duplicate names.
    Which two methods can you use to get the required result?