what is the difference between sql& oracle?
Answer Posted / ravi
SQL is Stuctured Query Language.Oracle is a Database.SQL is
used to write queries against Oracle DB.
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are the different oracle database objects?
Explain cascading triggers.
What is a sub query and what are the different types of subqueries?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What is different types of joins?
hello friends Im doing my final year engineering in B.Tech.. one of uncle said he can provide job in his company if im good in database management. but i have only basic knowledge about database, so like to join database management course in good intuition. so friends kindly help me to get good intuition because its my future.
How to pass parameters to procedures in oracle?
What is Library Cache in Oracle?
How to check the server version in oracle?
Why does Oracle not permit the use of PCTUSED with indexes?
What are the varoius components of physical database structure of oracle database?
What are the common oracle dba tasks?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
What is logical backup in oracle?
How to update values on multiple rows in oracle?