With out using count() function. How to the find total
number of rows in a table?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / manjunath u
rownum is one of the option, can deal with sequence also
Is This Answer Correct ? | 4 Yes | 2 No |
Can we use ddl commands in pl sql?
Are subqueries better than joins?
If you want a column to be part of the result set, after which SQL keyword does it belong? 1. SELECT 2. FROM 3. WHERE 4. GROUP BY 5. HAVING
10 Answers HCL, TCS,
What is a primary key? Explain
How can you create an empty table from an existing table?
What are the types of join and explain each?
How do I turn a list into a table?
Is inner join same as self join?
can sql servers linked to other servers like oracle? : Sql dba
What is pl/sql language case sensitive?
What is attribute indicator in pl sql?
what are Dynamic SQL statements?