How do I connect to oracle database?
No Answer is Posted For this Question
Be the First to Post Answer
How to export data to a csv file?
Q) How to Find Max Date from each Group? (Asked in Infosys (INFI)Interview)
24. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.
What is the sid in oracle?
How to change program global area (pga) in oracle?
How many different types of indexes we have in oracle?
24 Answers IBM, TCS,
WHT ARE THE AGGREATE FUNCTIONS?
You create a private database link and upon connection, fails with: ORA-2085: connects to . What is the problem? How would you go about resolving this error?
What is pragma restrict_reference in oracle 9i?When we use this?Give me one realtime scenario?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
Explain a data segment?
Table E: Name dept month sal 1 A JAN 800 2 B APR 1000 3 A JAN 300 4 A JAN 600 5 C JUN 400 1) SELECT HIGHEST SAL PAID DEPT IN JAN MONTH? 2) WRITE QUERY GET MAX SAL DEPT NO?