Logo 
Search:

Oracle FAQ

Submit Interview FAQ
Home » Interview FAQ » OracleRSS Feeds

COUNT(*)

  Shared By: Shruti Sharma    Date: Dec 17    Category: Oracle    Views: 1014

Answer:

returns the number of rows in the table,including Duplicates and Those with NULLS.

SELECT COUNT(*) FROM Customers;


Share: 
 

Didn't find what you were looking for? Find more on COUNT(*) Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: