Home »
Aptitude Questions & Answers »
DBMS Aptitude Questions
SQL Basic Aptitude Questions and Answers | Set 5
List of SQL Basic Aptitude Questions
22)
Which operator will be used, if you want to print all names of a table starts with 'A'?
- LIKE
- PATTERN
- SIMILAR
- =
23)
Which operator can be used to check a range?
- RANGE
- FROM TO
- BETWEEN
- All of the above
Correct Answer - 3
BETWEEN
24)
Which operator allows you to specify multiple values in WHERE clause?
- LIKE
- IN
- BETWEEN
- RANGE
25
_______ are used to temporarily rename a table or column heading?
- RENAME
- ALTER
- RENAME
- SQL ALIAS (AS)
Correct Answer - 4
SQL ALIAS (AS)