Title | |
---|---|
SQL Indexes slows the execution time of which statement(s)?SQL Indexes slows the execution time of which statement(s)?
The answer is:
D. Both A and B
|
|
SQL indexes speed up the execution time of which statement(s)?SQL indexes speed up the execution time of which statement(s)?
The answer is:
C. Both A and B
|
|
Why index is important in SQL?Why index is important in SQL?
The answer is:
D. All of the above
|
|
In order to create the Index, we need to use which command?In order to create the Index, we need to use which command?
The answer is:
C. CREATE
|
|
Unique Index is similar to –Unique Index is similar to –
The answer is:
A. Primary Key
|
|
To rename the Index, we need to use which command?To rename the Index, we need to use which command?
The answer is:
B. ALTER
|
|
In order to remove an index, we need to use which command?In order to remove an index, we need to use which command?
The answer is:
C. DROP
|
|
Which statement is correct to remove an Index from MySQL Database?Which statement is correct to remove an Index from MySQL Database?
The answer is:
B. ALTER TABLE Table_Name DROP INDEX Index_Name;
|
|
In the relational database, in order to modify index, we need to use which command?In the relational database, in order to modify index, we need to use which command?
The answer is:
A. ALTER
|
|
What is TRUE about SQL EXCEPT clause?What is TRUE about SQL EXCEPT clause?
The answer is:
A. The result is purged of duplicates
|
|
What is TRUE about NOT IN clause?What is TRUE about NOT IN clause?
The answer is:
B. Duplicate records are not removed
|
|
Which of the following states the correct situation in which Indexes should not be used in SQL?Which of the following states the correct situation in which Indexes should not be used in SQL?
The answer is:
D. All of the above
|
MCQs
Views
Best Answers
Points