What does “select count(1) from tab” result?
Answer Posted / vishnu
SELECT COUNT(1) FROM TAB
ANS:It gives the total number of tables,views,synonyms
present in that schema.
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
How much does sqlite cost?
What is difference between cursor and trigger?
What is sqlcontext?
What is a left join?
Is foreign key mandatory?
What is a left inner join?
What are functions in sql?
what are the features and advantages of object-oriented programming? : Sql dba
What is db journal file?
how to add a new column to an existing table in mysql? : Sql dba
Does normalization improve performance?
What is the difference between a query and a report?
What will you get by the cursor attribute sql%rowcount?
State some properties of relational databases?
What is a primary key? Explain