With out using count() function. How to the find total
number of rows in a table?
Answer Posted / subbarayulu neela
select max(rownum) from table-name;
Here rownum is a keyword which can gives unique number for
individual rows.
Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
Write a sql query to convert all character to uppercase after hypen.
how to delete an existing column in a table? : Sql dba
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
How does cross join work in sql?
what is the bond code in materialized view?
Write a unique difference between a function and a stored procedure.
What is a string data type in sql?
What is set serveroutput on in pl sql?
What is cartesian join in sql?
What is numeric function sql?
what is msql? : Sql dba
What are the two characteristics of a primary key?
How does sql developer connect to oracle database?
How do you write a complex sql query?
How do I enable sql encryption?