Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

SQL Interview Questions and Answers

Test your skills through the online practice test: SQL Quiz Online Practice Test

Ques 91. What operator performs pattern matching?

LIKE operator.

Is it helpful? Add Comment View Comments
 

Ques 92. What is the use of the DROP option in the ALTER TABLE command?

It is used to drop constraints specified on the table.

Is it helpful? Add Comment View Comments
 

Ques 93. What operator tests column for the absence of data?

IS NULL operator.

Is it helpful? Add Comment View Comments
 

Ques 94. What are the privileges that can be granted on a table by a user to others?

Insert, update, delete, select, references, index, execute, alter, all.

Is it helpful? Add Comment View Comments
 

Ques 95. Which function is used to find the largest integer less than or equal to a specific value?

FLOOR.

Is it helpful? Add Comment View Comments
 

Most helpful rated by users:

©2024 WithoutBook