#196. The TEACHER table in your schema contains these columns: ID NUMBER(9) NOT NULL Primary Key
LAST_NAME VARCHAR2(25)
FIRST_NAME VARCHAR2(25)
SUBJECT_ID NUMBER(9) You execute this statement: CREATE INDEX teacher_name_idx ON teacher(first_name, last_name);
Which statement is true?
Show comments for this question (1)
Add comments
Link to this question
|