sql query to get zero records from a table having n no of
records
Answer Posted / siri
select * from table_name where 1=0;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what happens if null values are involved in expressions? : Sql dba
What does varchar include?
What is the difference between a query and a report?
What is 19 null in sql?
How many clustered indexes can you have?
What is sqlca in db2?
When to use inner join and left join?
Define implicit and explicit cursors.
How do you identify a primary key?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What normalization means?
What is meant by temporal data?
Why stored procedures are faster than query?
Which table is left in left join?
What is sql dialect?