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
What is rowtype?
What is indexing oracle sql?
Which is better varchar or nvarchar?
What is the difference between join and natural join?
What is integrity in sql?
What are the different types of a subquery?
Can a view be mutating? If yes, then how?
What is the purpose of primary key?
How to select 10 records from a table?
Can we call dml statement in function?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What is sql and explain its components?
What is the difference between functions, procedures, and packages in pl/sql?
Does inner join return duplicate rows?
Can a foreign key have a different name?