What does “select count(1) from tab” result?
Answer Posted / indrajeet kumar
SELECT COUNT(1) FROM TAB
RESULT IS 91
| Is This Answer Correct ? | 2 Yes | 17 No |
Post New Answer View All Answers
Can we use distinct and group by together?
How to convert comma separated string to array in pl/sql?
how to do backup entire database? : Transact sql
What are the different type of joins in sql?
What is a stored procedure in sql with example?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
What is a rank in sql?
how to rename an existing column in a table? : Sql dba
Which sorts rows in sql?
What is AUTH_ID and AUTH_USER in pl/sql ?
How exception handling is done in advance pl/sql?
What is the difference among union, minus and intersect?
how to create a test table in your mysql server? : Sql dba
What is case function?
What is denormalization in a database?