What does “select count(*) from tab” result?
Answer Posted / umesh h
suppose a table is there with the name tab
then count of rows in that table will be displayed.
else count of all the logical objects under one schema
will be displayed.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is a recursive stored procedure?
What is a data manipulation language?
Is it possible to create the following trigger: before or after update trigger for each row?
What is the difference between Union and Union all. Which is faster.
What is use of trigger?
how do you know the version of your mysql server? : Sql dba
What is sql select statement?
What are the advantages of indexing?
What is sql profiler in oracle?
how can we find the number of rows in a table using mysql? : Sql dba
How do we use distinct statement? What is its use?
what is innodb? : Sql dba
How do I add a primary key to a table?
Which join is default?
Explain raise_application_error.