Data Centric Testing Questions and Answers
Data Centric | Testing | Mock Test 1 With SQL, how can you return the number of records in the “Persons” table? a. SELECT COUNT() FROM Persons b. SELECT COUNT(*) FROM Persons c. SELECT COLUMNS() FROM Persons d. SELECT COLUMNS(*) FROM Persons 2 With SQL, …