Oracle General (1809)
Oracle DBA (Database Administration) (261)
Oracle Call Interface (OCI) (10)
Oracle Architecture (90)
Oracle Security (38)
Oracle Forms Reports (510)
Oracle Data Integrator (ODI) (120)
Oracle ETL (15)
Oracle RAC (93)
Oracle D2K (72)
Oracle AllOther (241) HOW TO DISPLAY MAXIMUM SALARIES FROM EMP DEPARTMENT VISE ALONG WITH DEPARTMENT NAMES? E.g EMP,DEPT
5 10710Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
1846Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
21161. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.
2 63712. Display the item number and total cost for each order line (total cost = no of items X item cost). Name the calculated column TOTAL COST.
2 47994. Display the order number and client number from the ORDER
table. Output the result in the format. Client
5. Display full details from the ORDER_LINE table where the item number is (first condition) between 1 and 200 (no > or < operators) OR the item number is greater than 1000 AND (second condition) the item cost is not in the list 1000, 2000, 3000 OR the order number is not equal to 1000.
3 5027
What operator tests column for the absence of data?
Explain the use of control file?
How much money does a dba make?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
hi,dis is Shasi.I'm searhing on cognos.1 want realtime scenarios with solutions.persons having hands on experience in real time plz help me out.and iwant one project with explanation please help me...
What are the four Oracle system processes that must always be up and running for the database to be useable?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
Tell me about standby database? What are some of the configurations of it? What should we watch out for?
How to get last row id?
How do you install statspack?
HOW TO SPOT AHIERARCHY?
What are the data types in oracle?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
What are open_form,call_form,new_form?
How to start your 10g xe server?