without using count(*) and rownum how can we count total
record in a table
Answer Posted / sanrai
Select max(rownum) From dual
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Please explain oracle data types with examples?
What is the difference between a primary key & a unique key?
Explain enable novalidate constraint.
How to rename an existing table?
What is a nested table?
What is the difference between postgresql and oracle?
Where do you use decode and case statements?
How to define a variable to match a table column data type?
How do we represent comments in oracle?
How to assign a table row to a record variable?
How to connect ms access to oracle servers?
How to create a stored procedure in oracle?
In what script is snap$ created? In what script is the scott/tiger schema created?
Why do you create or replace procedures rather that drop and recreate.
How to create a new oracle data file?