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 to count the no of records of a table without using
COUNT function?

Answer Posted / kart

using select command
select * from xxx; we will get the no of rows at bottom
if the feedback is unset

then use the plsql with cursor;

select rownum from table; the last value
is the number of records

Is This Answer Correct ?    4 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why does sql need a server?

1083


how do you control the max size of a heap table? : Sql dba

1022


If the application is running very slow? At what points you need to go about the database in order to improve the performance?

1049


Is it possible to link two groups inside a cross products after the cross products group has been created?

1067


How do you break a loop in pl sql?

1100


How does one use sql*loader to load images, sound clips and documents? : aql loader

1233


What is primary and foreign key?

1119


How do you remove duplicate records from a table?

978


What is the starting oracle error number? What is meant by forward declaration in functions?

1040


What is scope and visibility in PL/SQL?

1285


What is cursor in pl sql with examples?

1086


How to avoid using cursors?

1175


What are all the different normalizations?

1076


How to take user input in pl sql?

1203


how many sql dml commands are supported by 'mysql'? : Sql dba

1164