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
why dont we assign not null constraint as table level constraint.
How many types of auditing in Oracle?
What are oracle functions?
How to do a full database export?
Write a syntax for update query in oracle?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
How do you bind variables in oracle?
What is difference between cartesian join and cross join?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
How to insert multiple rows with one insert statement in oracle?
What is the difference between formal parameters and actual parameters?
How to store pictures on to the database?
How to resolve the ORA-39133 error in Oracle?
Give the different types of rollback segments.
What is analyze command used for?