A

Admin • 802.91K Points
Coach

Q. With SQL, how can you return the number of not null records in the “Persons” table?

  • (A) SELECT COUNT() FROM Persons
  • (B) SELECT COLUMNS() FROM Persons
  • (C) SELECT COLUMNS(*) FROM Persons
  • (D) SELECT COUNT(*) FROM Persons

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.