What does “select count(*) from tab” result?
Answer Posted / ram
Will display the count Schema
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is a sql driver?
How will you distinguish a global variable with a local variable in pl/sql?
What does trigger mean in slang?
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 the syntax to add a record to a table?
How do I remove all records from a table?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
How do sql databases work?
Explain the working of foreign key?
What is sql profiling in oracle?
Does sql between include endpoints?
Which table is left in left join?
What are analytical functions in sql?
what is sql server agent? : Sql dba
how to use 'mysql' to run sql statements? : Sql dba