What does count (*) mean in sql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

How to add new employee details in an employee_details table with the following details

0 Answers  


Is sql better than excel?

0 Answers  


what is the difference between clustered and non clustered index in sql? : Sql dba

0 Answers  


Can ddl statements be used in pl/sql?

0 Answers  


What is the difference between left and left outer join?

0 Answers  






What are the different schemas objects that can be created using pl/sql?

0 Answers  


i have a customer table. trans_id trans_date trans_amt debit_credit_indicator 001 01-JAN-13 1099 cr 001 12-JAN-13 500 db 002 24-FEB-13 400 db 002 23-MAR-13 345 cr 001 18-APR-13 800 cr 002 15-MAR-13 600 db 001 12-FEB-13 200 cr i want like this output. trans_id trans_amt debit_credit_indicator i want get highest credit amount and lowest credit amount and highest debit amount and lowest debit amount for each trans_id. pls give me answer. i want urgent

3 Answers  


How do you update a sql procedure?

0 Answers  


How do I tune a sql query?

0 Answers  


Can I call a procedure inside a function?

0 Answers  


What is null in pl/sql?

0 Answers  


table :- city name country code abc 11 bcd 22 cde 232 def 33 write a procedure , so that when we give a phone no. eg - 1123456789 - o/p sud be city name = abc if phone no. - 2322345897 , o/p sud be =cde note - bcd and cde city name sud be diff. as dey diff only with th last no. Pls ans. this questnion.

1 Answers  


Categories