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 data modelling in sql?
What is a primary key? Explain
How to combine two stored procedures in sql?
How do you update sql?
What is sql indexing?
What is varchar used for?
Which language is used in sql?
what is schema? : Sql dba
What is the difference between union and union all command?
What is cursor and its types?
define sql update statement ? : Sql dba
What is a heap in sql?
Which version of sql do I have?
What does select top 1 do in sql?
Explain the purpose of %type and %rowtype data types?