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 denormalization. : Sql dba
What is #table in sql?
How do I delete a trigger?
How would you reference column values before and after you have inserted and deleted triggers?
What are the 3 modes of parameter?
what are aggregate and scalar functions? : Sql dba
Can unique keys be null?
What are types of joins?
Explain the insert into statements in sql?
What are some emotional triggers?
What is pl sql commands?
How long will it take to learn pl sql?
How do I view a table in sql?
Can we use having without group by in sql?
Can we create a trigger on view?