What exactly do quotation marks around the table name do?
No Answer is Posted For this Question
Be the First to Post Answer
How to use in conditions in oracle?
What is PL/SQL ?
What is oracle instant client?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
What is COST-based approach to optimization ?
i deleted 4 records form the table.after i have applied commit .now i want to get back those records.how?
What is an oracle database?
What is a parameter file in oracle?
What is a read write transaction in oracle?
How can you Enforce Referential Integrity in snapshots ?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
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?