What does “select count(*) from tab” result?
Answer Posted / sudheer
Will display the count of the Tables on the Schema.
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
How can you fetch common records from two tables?
What is pl/sql table? Why is it used?
What are all the different normalizations?
What is attribute indicator in pl sql?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
What is program debugging?
How to use boolean type in select statement?
what are the nonstandard string types? : Sql dba
What is sql*loader and what is it used for? : aql loader
How to select unique records from a table?
How can we implement rollback or commit statement in a trigger?
What is rowtype?
What are the sql versions?
Does sql view stored data?
Write a unique difference between a function and a stored procedure.