Interview Questions

How do you get the number of rows affected by query?

MySQL and SQL


(Continued from previous question...)

How do you get the number of rows affected by query?

SELECT COUNT (user_id) FROM users would only return the number of user_id’s.

(Continued on next question...)

Other Interview Questions