Question
SELECT *
FROM employee
WHERE (title=’HEAD TELLER’) OR (start_date=2013-01-24);
a.
All columns and rows belong to table employee
b.
All columns but only those rows which contain ‘HEAD TELLER’ as a “title” or 2013-01-24 as a “start_date”
c.
All rows belong to table employee
d.
None of the mentioned
Posted under MySQL Database
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What will be the output of the following MySQL command?
Similar Questions
Discover Related MCQs
Q. What is the meaning of “GROUP BY” clause in Mysql?
View solution
Q. Which clause is similar to “HAVING” clause in Mysql?
View solution
Q. What is the meaning of “HAVING” clause in Mysql?
View solution
Q. “COUNT” keyword belongs to which categories in Mysql?
View solution
Q. Which among the following belongs to an “aggregate function”?
View solution
Q. Which of the following belongs to an “aggregate function”?
View solution
Q. Which clause is used with an “aggregate functions”?
View solution
Q. Is “GROUP BY” clause is similar to “ORDER BY” clause?
View solution
Q. What is the meaning of “ORDER BY” clause in Mysql?
View solution
Q. Which keyword is used for sorting the data in descending order in Mysql?
View solution
Q. Which keyword is used for sorting the data in ascending order in Mysql?
View solution
Q. Keyword “ASC” and “DESC” cannot be used without which clause in Mysql?
View solution
Q. Find odd one out?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond MySQL Database? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!