What does “select count(*) from tab” result?
Answer Posted / nisha
This results the total count of tables,views,synonyms
present in a schema.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How do I find duplicates in a single column in sql?
what is the difference between sql and t-sql? : Transact sql
Determine if oracle date is on a weekend?
What is trigger in pl sql?
How many triggers can be applied on a table?
What are conditional predicates?
What are sql queries used for?
What is cost in sql execution plan?
What are all the common sql functions?
What is sqlcontext?
what are the security recommendations while using mysql? : Sql dba
Which data dictionary views have the information on the triggers that are available in the database?
What is the difference between local and global temporary table?
What are stored procedures in mysql?
Do we need to create index on primary key?