sql query to get zero records from a table having n no of
records
Answer Posted / mallik
select * from table_name where rownum < n -(n-1)
--where 'n' is no of rows.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a rank in sql?
How to order siblings in oracle hierarchy queries?
What is integrity in sql?
Is it possible to update views?
Explain the order of sql statement execution?
How do sql databases work?
what are the authentication modes in sql server? : Sql dba
How is a PL/SQL code compiled?
What is mutating error?
What does seeding a database mean?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
What are some emotional triggers?
What types of commands can be executed in sql*plus?
explain about mysql and its features. : Sql dba
Does inner join remove duplicates?