What does “select count(1) from tab” result?
Answer Posted / vishnu
SELECT COUNT(1) FROM TAB
ANS:It gives the total number of tables,views,synonyms
present in that schema.
Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
What is record data type?
What is graph sql?
Which table is left in left join?
Explain the commit statement.
What is embedded sql in db2?
What does an inner join do?
How do I access sql anywhere database?
What is nosql vs sql?
Can we use delete in merge statement?
How do we accept inputs from user during runtime?
How to select unique records from a table?
how can we know the count/number of elements of an array? : Sql dba
What version is sql?
what is a database lock ? : Sql dba
What does a pl/sql package consist of?