How to count the no of records of a table without using
COUNT function?
Answer Posted / sandeep
select max(rownum) from table_name;
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are tuples in sql?
Can a primary key be a foreign key?
Is json a nosql?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
What are the usages of sql?
what is sql? : Sql dba
Why is normalization important?
What are the types of join and explain each?
how to drop an existing index in mysql? : Sql dba
how to get a list of indexes of an existing table? : Sql dba
Is it mandatory for the primary key to be given a value when a new record is inserted?
how to drop an existing table in mysql? : Sql dba
What are the 3 types of behavioral triggers?
I need a function for a train ticket reservation please answer it thanks in advance
Explain commit, rollback and savepoint.