Advertisements
Advertisements
Question
Write suitable SQL query for the following:
To determine the count of rows in the Suppliers table.
Code Writing
Advertisements
Solution
SELECT COUNT(*) FROM Suppliers;
shaalaa.com
Is there an error in this question or solution?
