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 standard concurent programs for auto invoice interface and customer interfaces? : oracle accounts receivable

624


How would you determine who has added a row to a table?

1787


Can you explain how to adjust the amount of advance already received against an invoice? : oracle accounts receivable

723


what are the API of GL,PO,AP

1770


Why more redos are generated when the oracle database is in begin backup mode?

657






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

16343


I would like to study certification course in Data base adminidtrator then where would i go to study this course?

1722


what ASIS BUSINESS PROCESS IN ORACLE FINANCE

1769


Explain the payment term in ar. : oracle accounts receivable

615


TILL WHAT LEVEL OF SECURITY BO SUPPORTS?

2823


as a technical developer in oracle applications which type errors feced in your experience sofar

1764


how to replace not in with not exist?

3185


Explain about party and customer in ar : oracle accounts receivable

720


Explain the use of table functions.

1789


Hi, IN oracle apps HRMS, if the employee changes his department, and when a conconurrent program is run for calulating the pay, The latest Dept id is not diaplayed, howeber the previous deptid is considered. Please can someone tell me where is the program going wrong, which side?

2352