without using count(*) and rownum how can we count total
record in a table

Answer Posted / ganesh prasad sial

select sum(1) from emp;

Is This Answer Correct ?    38 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the dml?

602


We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.

4936


What are the major difference between truncate and delete?

519


Explain the different normalization forms?

598


Can you create a synonym without having a table?

559






Why do we need integrity constraints in a database?

592


How to delete all rows a table in oracle?

627


What is the difference between a user and a schema in oracle?

568


when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.

1479


How to create a table index in oracle?

662


What do you know about normalization? Explain in detail?

502


What is procedure overloading in oracle?

551


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

577


How to rename an index in oracle?

624


Differentiate between function and procedure in oracle.

567