without using count(*) and rownum how can we count total
record in a table
Answer Posted / sudipta santra
select count(rowid) from emp;
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
What is the sql query to concatenate column values from multiple rows in oracle?
What is the meaning of recursive hints in oracle?
How to convert characters to numbers in oracle?
How to update values on multiple rows in oracle?
How to call a stored function in oracle?
what are steps for interface? where is exchange rate defined in which table?
How to bring a tablespace online?
Difference between inner join vs where ?
Explain integrity constraint?
State all possible different index configurations a table can possibly have?
How to load data from external tables to regular tables?
What is the difference between "as" and "is" in an oracle stored procedure?
How view is different from a table?
How to run create database statement?
How to experiment a data lock in oracle?