Introduction to SQL - Technical MCQs

Q1:

The SQL statement: SELECT Name, COUNT(*) FROM NAME_TABLE; counts the number of name rows and displays this total in a table with a single row and a single column.

A True

B False

ANS:B - False

No answer description is available.