What does “select count(*) from tab” result?
Answer Posted / kamal kishore kashyap
display all the table which are currently in the schema.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Is ms sql traffic encrypted?
Why function is used in sql?
Does truncate need commit?
How to select all records from the table?
Can sql developer connect to db2?
What are all different types of collation sensitivity?
What are different types of indexes?
How do you optimize a stored procedure query?
Which query operators in sql is used for pattern matching?
What is file based approach?
What is the use of desc in sql?
Explain what is an index?
what is the difference between truncate and drop statements? : Sql dba
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?