What does “select count(1) from tab” result?
Answer Posted / gourvendra singh
select count(1) from tab will give the total number of
tables,views and synonms present in the current schema.
Is This Answer Correct ? | 61 Yes | 6 No |
Post New Answer View All Answers
Can we use join in subquery?
What are sql indexes?
Which are the different types of indexes in sql?
What is the usage of sql functions?
Write an sql query to select all records from the table?
What operators deal with null?
How many joins can you have in sql?
what is a trigger in mysql? Define different types of trigger. : Sql dba
What is autocommit sql?
What is the maximum number of rows in sql table?
How to create an array in pl/sql?
What are the basic techniques of indexing?
What are the types of sql commands?
What does trigger mean in slang?
What is %rowtype in pl sql?