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 Help Members By Posting Answers For Below Questions

How to change program global area (pga) in oracle?

586


Explain the difference between a procedure and a function? What do you understand by those terms?

624


What is Segment Advisor in Oracle?

669


How can you use check constraints for self referential integrity?

524


What are the various constraints used in oracle?

556






How to write date and time literals in oracle?

555


Select all the employees who were hired in last 2 years and who works in dept where max managers are working.

2456


What happens if you lost a data file?

581


How to create a new table by selecting rows from another table?

553


What do you mean by a tablespace?

565


How to connect to a local oracle 10g xe server?

535


How to create an oracle database?

584


What is enter substitution variable in oracle?

573


What do you mean by merge in oracle and how can we merge two tables?

577


Give the various rollback segment states.

579