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
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
What happens if variable names collide with table/column names?
Difference between hot backup vs. Cold backup?
What is the order of defining local variables and sub procedures/functions?
What is a subquery?
How to fetch the row which has the max value for a column?
How to retrieve data from an explicit cursor?
Write a syntax for update query in oracle?
Why do we use coalesce function in oracle?
How to write a left outer join with the where clause in oracle?
How to use "out" parameter properly?
What is tns name?
How to view the tablespaces in the current database?
How to create a server parameter file?
What is a sub query and what are the different types of subqueries?