sql query to get zero records from a table having n no of
records
Answers were Sorted based on User's Feedback
Answer / mallik
select * from table_name where rownum < n -(n-1)
--where 'n' is no of rows.
Is This Answer Correct ? | 3 Yes | 1 No |
How do you drop a trigger?
What is cursor and why it is required?
The select into statement is most often used to create backup copies of tables or for archiving records?
What are Anti joins
What are the advantages of sql? Explain
How did you export data from database to excel file.
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
Do we need commit after truncate?
What is the use of & in pl sql?
How do I partition a table in sql?
Write an sql query to select all records from the table?
How does join work in sql?