|
Which of the following is the syntax for creating an Index?
Database developer interview questions
(Continued from previous question...)
Which of the following is the syntax for creating an Index?
CREATE [UNIQUE] INDEX index_name ON tbl_name (index_columns)
(Continued on next question...)
Other Interview Questions
|