What does “select count(*) from tab” result?
Answers were Sorted based on User's Feedback
Answer / shivashanker
it will display the total number of tables in the schema.
Is This Answer Correct ? | 0 Yes | 3 No |
Answer / amit kumar jaswal
display count of all rows from relation
Is This Answer Correct ? | 3 Yes | 7 No |
Answer / kamal kishore kashyap
display all the table which are currently in the schema.
Is This Answer Correct ? | 0 Yes | 6 No |
What are the syntax and use of the coalesce function?
can we use out parameter in a function?Give an example.
State few characteristics of pl/sql?
Can one improve the performance of sql*loader? : aql loader
When do we use triggers?
Can you upgrade sql express to full sql?
What is rowid in sql?
Can we write dml inside a function in sql server?
what is sub-query? : Transact sql
While inserting/updating million of records into a database table, how do I came to know how many records has been inserted or updated successfully so far?
What is a trigger word?
Explain uses of cursor.