InterviewSolution
Saved Bookmarks
| 1. |
Which of the following rule below are categories of an index?(a) Column and Functional(b) Multiple Column and functional(c) Column, Multiple Column and functional(d) None of the mentionedThe question was posed to me during an interview.The question is from Rapid Application Development in division Database Programming Techniques of Database Management |
|
Answer» CORRECT answer is (a) COLUMN and Functional Easiest explanation - The CREATE INDEX STATEMENT is used to create indexes in TABLES. |
|