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 the non-clustered index in sql?
How is indexing done in search engines?
how to enter characters as hex numbers? : Sql dba
What are different types of statements supported by sql?
Can we rename a column in the output of sql query?
How do I run a sql query in pgadmin 4?
Is inner join faster than left join?
Which is better stored procedure or query?
what is oracle database ? : Sql dba
How do I view tables in mysql?
What are the parts of a sql statement?
What is the difference between rename and alias?
What is embedded sql with example?
What are the advantages of indexing?
What are the properties of a transaction?