What are the oracle DML commands possible through an update strategy?
No Answer is Posted For this Question
Be the First to Post Answer
Can a property clause itself be based on a property clause ?
i have a table with the columns below as Emp_ID Address_ID Address_Line City Country -------- --------- ----------- ------ --------- Q: Display the Emp_ID's those having more than one Address_ID
How will you identify oracle database software release?
How to create a server parameter file?
What is an oracle wallet?
Display the records between two range?
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
what are views?
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c
8. Display the client name and order date for all orders using the natural join keywords.
Define 'view' advantage ?
We have one Package(which has many function/procedures, SQL quires etc). Now we need to check, which query or procedure is taking lot of time in that Package. ? How do we do it.