单项选择题
A. =
B. LIKE
C. BETWEEN
D. NOT IN
E. IS
F. <>
单项选择题 Examine the structure of the EMPLOYEES table: Column name Data type Remarks EMPLOYEE_ID NUMBER NOT NULL, Primary Key LAST_NAME VARCNAR2(30) FIRST_NAME VARCNAR2(30) JOB_ID NUMBER SAL NUMBER MGR_ID NUMBER References EMPLOYEE_ID column DEPARTMENT_ID NUMBER You need to create an index called NAME_IDX on the first name and last name fields of the EMPLOYEES table. Which SQL statement would you use to perform this task? ()
多项选择题 Which four are correct guidelines for naming database tables? ()
多项选择题 Which two statements about sequences are true? ()