Oracle General (1803)
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 10908Using 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.
1895Using 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.
21761. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.
2 64932. 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 49204. 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 5134
How to convert csv to table in oracle?
Give two methods you could use to determine what DDL changes have been made.
What are property classes?
What are operators in oracle?
How to create a new table by selecting rows from another table?
What is execute immediate in oracle?
What are the different types of database objects?
What is the history of ODI?
Explain how to close periods in ar. : oracle accounts receivable
how report can be generated if we have the database designed in oracle 10g?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
How to rebuild an index in oracle?
What are the execution control statements in oracle?
what is tripstop report?
What is a user function?