Is it possible to insert comments into sql statements
return in the data model editor ?
No Answer is Posted For this Question
Be the First to Post Answer
What is Database Buffers ?
Difference between an implicit & an explicit cursor.?
Describe an oracle table?
What is a sub query? Describe its types?
What is a static data dictionary in oracle?
What are the differences between primary key and unique key?
How to write date and time interval literals in oracle?
25. Display the client number and the value of the highest value order placed by that client.
What is data file?
what is a view?
When does a Transaction end ?
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?