how to find count rows in table without count function?
Answer Posted / anil kumar
select sum(1) from table_name;
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain the use of rows option in imp command.
How translate command is different from replace?
Explain cascading triggers.
What is merge in oracle?
What is oracle open database communication (odbc)?
How to build data dictionary view an new database?
What to do if the binary spfile is wrong for the default instance?
What is not equal to in oracle?
How to delete an existing row from a table in oracle?
How to create a stored program unit?
What are the advantages of oracle 12c?
Explain what are the type of synonyms?
What is an oracle user account?
Explain compound trigger in oracle?
How to export your own schema?