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
How to check if a column is nullable before setting to nullable?
What is sql*loader and what is it used for? : aql loader
Show code of a cursor for loop.
What are % type and % rowtype?
Explain exception handling in pl/sql?
Is sql a oracle?
What is cursor in pl sql with examples?
Can we create a trigger on view?
What is scope and visibility in PL/SQL?
Which is faster truncate or drop?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
how to select unique records from a table? : Sql dba
What are sql ddl commands?
what happens if null values are involved in expressions? : Sql dba
How do I quit sql?