What is a result of the following query for table with 10 rows when there are 2 clients with the name column having a NULL value?

SELECT COUNT(name) FROM clients

Experience Level: Not defined
Tags: DatabasesSQL

Answer

Comments

No Comments Yet.
Be the first to tell us what you think.