What does “select count(1) from tab” result?
Answer Posted / gourvendra singh
select count(1) from tab will give the total number of
tables,views and synonms present in the current schema.
| Is This Answer Correct ? | 61 Yes | 6 No |
Post New Answer View All Answers
What is query execution plan in sql?
How do I sort a table in sql?
what is denormalization. : Sql dba
what is the difference between clustered and non clustered index in sql? : Sql dba
What is a pdo connection?
What is structural independence and why is it important?
What is cursor explain with example?
Explain aggregate functions are available there in sql?
What is pivot query?
Can we group by two columns in sql?
Do we need to create index on primary key?
How to process query result in pl/sql?
How do you take the union of two tables in sql?
What is the difference between union and union all command?
what is a table in a database ? : Sql dba