InterviewSolution
Saved Bookmarks
| 1. |
State true or false: Multiple conditions in the where clause are separated by a “,”(a) True(b) FalseI had been asked this question in an internship interview.This interesting question is from Basic Operations in section Introduction to Relational Model and Sql of RDBMS |
|
Answer» CORRECT OPTION is (b) False To EXPLAIN: Multiple conditions in the where clause are SEPARATED by the “and” keyword. |
|