What does “select count(*) from tab” result?

Answers were Sorted based on User's Feedback



What does “select count(*) from tab” result? ..

Answer / sudheer

Will display the count of the Tables on the Schema.

Is This Answer Correct ?    22 Yes 4 No

What does “select count(*) from tab” result? ..

Answer / rahul koshti

This results the total count of tables,views,synonyms and
sequences present in a schema.

Is This Answer Correct ?    19 Yes 3 No

What does “select count(*) from tab” result? ..

Answer / ashwin

No of tables and views in schema...........i've tasted
it........

Is This Answer Correct ?    1 Yes 0 No

What does “select count(*) from tab” result? ..

Answer / deepshikha

it will result the count of TABLE,CLUSTER,VIEW,SYNONYM
in given schema

Is This Answer Correct ?    3 Yes 3 No

What does “select count(*) from tab” result? ..

Answer / nisha

This results the total count of tables,views,synonyms
present in a schema.

Is This Answer Correct ?    3 Yes 4 No

What does “select count(*) from tab” result? ..

Answer / umesh h

suppose a table is there with the name tab
then count of rows in that table will be displayed.
else count of all the logical objects under one schema
will be displayed.

Is This Answer Correct ?    3 Yes 4 No

What does “select count(*) from tab” result? ..

Answer / vijay

it will result number of records in a table

Is This Answer Correct ?    3 Yes 4 No

What does “select count(*) from tab” result? ..

Answer / a

It will not return the data dictionary tables

Is This Answer Correct ?    0 Yes 1 No

What does “select count(*) from tab” result? ..

Answer / shanmukha srinivas

select count(*) from tab --it's gives total no of tables only ....not gives
sequence,cluster,views....etc
ok understand.

Is This Answer Correct ?    0 Yes 1 No

What does “select count(*) from tab” result? ..

Answer / brajesh kr.

select count(1) from table. will return values without null
values. count(*) will return values aceept null also.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SQL PLSQL Interview Questions

How do I view a sql database?

0 Answers  


Is sql a oracle?

0 Answers  


Source is Sales Table: Sno Prod Sales Sales_Amount 1 A 10 2000 2 A 20 1000 3 C 10 3000 4 D 30 4000 5 A 20 1000 Target : Sales_Count T_Sales_Amt Sales_Count(A) T_Sales_Amt(A) 90 11000 50 4000 In single query, pls tell me.

5 Answers   CGI,


what is sql server agent? : Sql dba

0 Answers  


What is sqlite format?

0 Answers  






What is sqlerrd?

0 Answers  


explain the difference between myisam static and myisam dynamic. : Sql dba

0 Answers  


What are the set operators in sql?

0 Answers  


what is data integrity? : Sql dba

0 Answers  


what are the differences between binary and varbinary? : Sql dba

0 Answers  


what is the difference between where clause and having clause? : Sql dba

0 Answers  


What is oracle and pl sql?

0 Answers  


Categories