Question
SELECT *
FROM person
WHERE emp_id IS NULL;
a.
Only those columns whose emp_id is NULL
b.
Only those columns whose emp_id is not NULL
c.
No output
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. The program that copies the databases from one server to another is ____________
View solution
Q. Which privileges are required on the source server to use mysqldbcopy?
View solution
Q. Which option is used in mysqldump to make all tables in the destination databases to use a different storage engine?
View solution
Q. The function that returns reference to hash of row values is ____________
View solution
Q. The best datatype for a column that is expected to store values up to 2 million is _________
View solution
Q. Which type stores the longest length of strings?
View solution
Q. The number of files that each end of a client/server connection including SSL support use to set up secure communications is __________
View solution
Q. What is the TLS protocol?
View solution
Q. Which grant table scope columns are case insensitive?
View solution
Q. The variable that checks for availability of SSL support is ____________
View solution
Q. MySQL does provides a date type that has an optional time part.
View solution
Q. The function that returns a reference to an array of row values is ______________
View solution
Q. The MySQL server is configurable.
View solution
Q. The log in which data changes received from a replication master server are written is _____________
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!