DBA > Job Interview Questions > MySQL and SQL

How would you select all the users, whose phone

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How would you select all the users, whose phone number is null?

SELECT user_name FROM users WHERE ISNULL(user_phonenumber);

(Continued on next question...)

Other Job Interview Questions