Mysql miscellaneous
- What will be the result of the following query?
WHERE TITLE=’teller’ OR start_date=’2008-02-02’
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
The operator “OR” will evaluate all result which satisfy either side of the query.
- What will be the result of the following query?
WHERE TITLE= ‘teller’ AND start_date < ’2007-01-01’
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The operator “AND” will evaluate only those sets which satisfy both side.
- Which of the following statements is/are correct?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
All of above
- Which of the following statements is/are correct?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Both NOT(true)=false and NOT(false)=true
- Which of the following statements is/are correct?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
All of above