how to write a query without using where?
Example- select * from employee where empno=10

I need to write this query without where clause.

Answer Posted / ananymous

Select empid,empname,sal from emp group by empid,ename,sal
having empid = 10

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the interface tables used for ar invoices, customers, receipts for conversion process? : oracle accounts receivable

754


What is the difference between recovery and restoring of the oracle database?

659


Can we modify approve purchase order?if yes what is navigation?

1547


how to replace not in with not exist?

3189


if i write the procedure.. and other person make the changes in that code then where i find who is changing my procedure

1540






i want to know about the javaBean.what is its purpose and how it can use in Forms.

1831


1. What is PO rate variance gain and loss?

2312


what are all the conversion and interfaces in GL,AP,AR,HRMS with example? otherwise send send link for these

1628


default triggers available for reports

1757


What is the mandatory setup in cyclecount ?

2182


I need a Technical evaluation between Oracle and SAP ? please do a need ful.

1488


WHAT ALL DIFFERENT OPTIONS PRESENT IN WEBI?

2386


What is the difference between oracle media recovery and crash recovery?

667


1.In a table Gender is a column in that male and female are the two data.In a single statement i have to modify all male to female and all female to male vice versa. 2.In a single query i need the count of male data,count of female and total count

16347


What is the sql query to find the employee who has Nth maximum salary?

4275