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 does join work in sql?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
What are the rules to be applied to nulls whilst doing comparisons?
How do you concatenate in sql?
Is sql a backend language?
what is offset-fetch filter in tsql? : Transact sql
What are functions in sql?
What is self-join and what is the requirement of self-join?
How do rank () and dense_rank () differ?
What does select top 1 do in sql?
how to include numeric values in sql statements? : Sql dba
What is assignment operator in pl sql?
How to select all records from the table?
How do you clear the screen in sql?
What is crud stand for?