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
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
What is sqlca in powerbuilder?
Can we connect to postgresql using sql developer?
How to run sql statements through the web interface?
How do I debug a stored procedure?
what is a composite key ? : Sql dba
What is the maximum number of columns in sql table?
Does sql*plus also have a pl/sql engine?
Write a query to find the names of users that begin with "um" in sql?
Can a primary key be a foreign key?
Can we insert data into materialized view?
What is a string data type in sql?
what is the difference between where clause and having clause? : Sql dba
What is mutating trigger?
What packages(if any) has oracle provided for use by developers?