What does “select count(1) from tab” result?
Answer Posted / rutujagabhane
select* from tab; gives you the o/p as a table containing rows and columns. The rows contain the name of table ,select count(1) from tab returns the no or rows in tab .
Indirectly the statement returns no of tables in tab;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is pl sql used?
Explain dml and ddl?
What is a temporal data type?
What are the different sql languages?
What is trigger explain it?
Is left join and outer join same?
how is exception handling handled in mysql? : Sql dba
What is microsoft t sql?
What are the benefits of stored procedures?
Explain clause in sql?
How is a process of pl/sql compiled?
What is normalization? How many normalization forms are there?
What is varchar sql?
How do I add a database to sql?
What is server name sql?