Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do u count no of rows in a table?

Answer Posted / bolearner

There are 2 ways used to find the row count of any table.

SELECT COUNT(*) FROM EMP;

SELECT TABLE_NAME, NUM_ROWS FROM USER_TABLES WHERE TABLE_NAME='EMP';

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is error ora-01000: maximum open cursors exceeded

1203


what are the differences between require and include, include_once and require_once? : Sql dba

1062


Name some usages of database trigger?

1078


What are types of joins?

1025


How can we store rows in PL/SQL using array?

1263


Is sql better than access?

1062


Why do we need pl sql?

1031


What are the datatypes available in pl/sql ?

1144


how to use myisamchk to check or repair myisam tables? : Sql dba

1010


What is consistency?

1181


Why is there a need for sqlcode and sqlerrm variables?

1097


Write the alter statement to enable all the triggers on the t.students table.

1168


What is recursive stored procedure?

1139


What are schema-level triggers?

1147


What is an inner join sql?

1090