Sql Query : General Knowledge Questions & Answers
Question : Which of the following is a comparison operator in SQL?
A.
Double equal sign ( == )
B.
LIKE
C.
BETWEEN
D.
Single equal sign ( = )
Correct Answer is : Option A.
- Which of the following is a legal expression in SQL?
- DCL provides commands to perform actions like
- The COUNT function in SQL returns the number of ______________
- Which data type can store unstructured data in a column?
- A SQL query will not work if there are no indexes on the relations - Is it true ?