What does “select count(*) from tab” result?
Answer Posted / shivashanker
it will display the total number of tables in the schema.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are two statement types in sql?
How many tables can you join in sql?
How can check sql version from command line?
What is on delete set null?
What is data manipulation language?
What is dml and ddl?
what is a constraint? : Sql dba
How do I view a table in sql?
List the ways to get the count of records in a table?
What is crud sql?
Why truncate is faster than delete?
What are few of the schema objects that are created using PL/SQL?
How many indexes can be created on a table in sql?
Are there any features that are decommissioned in 11g that are not present in 11g?
how can you create an empty table from an existing table? : Sql dba