What does “select count(1) from tab” result?
Answer Posted / prerna
If tab is table name then it gives total no of rows present
in that table.
Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
Write a sql select query that only returns each name only once from a table?
What is difference between sql and oracle?
what are the features and advantages of object-oriented programming? : Sql dba
What is sqlca in powerbuilder?
what is row? : Sql dba
what is an alias command? : Sql dba
What is data manipulation language?
What is %type in pl sql?
Which data dictionary views have the information on the triggers that are available in the database?
What is the file extension for sql database?
What is the use of double ampersand (&&) in sql queries? Give an example
Can you join a table to itself?
how to drop an existing table in mysql? : Sql dba
Why use subqueries instead of joins?
How can a function retun more than one value in oracle with proper example?