What does count (*) mean?



What does count (*) mean?..

Answer / Pooja Kumari

"count(*) in SQL/PLSQL returns the total number of rows in a table or result set."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Is there a 64 bit version of ssms?

1 Answers  


i need department wise top 2 employees salary.which logic i will use

17 Answers  


a. Can you delete data from a View. b. If Yes, can you delete it if there are multiple tables c. If No, can you delete if there is single source table which is joining.

1 Answers   CGI,


What is pivot in sql?

1 Answers  


one of the column in my table contains the data like SAL ---- 1000 1000 2000 3000 3000 So my requirement is i want output like SAL --- 1000 2000 3000 it mean i want to delete duplicate rows in the table permanently and i want output in the above formatow should u write query?

13 Answers   Cap Gemini, TCS,


How many types of index are there?

1 Answers  


What is a boolean in sql?

1 Answers  


How to use sql*plus built-in timers?

1 Answers  


how to use in conditions? : Sql dba

1 Answers  


Does mysql support pl sql?

1 Answers  


What is a cursor ? Why Cursor is required ?

3 Answers  


Explain the structure of pl/sql in brief.

1 Answers  


Categories