what is the difference between sql& oracle?
Answer Posted / guest
oracle is a database.
sql is the mediator between the oracle and the user for data transaction.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
interview questions with answer for cts
What is Segment Advisor in Oracle?
What is the usage of merge statement?
How to store only time; not date and time?
When do I need to use a semicolon vs a slash in oracle sql?
How to invoke the data pump export utility?
How to use existing values in update statements using oracle?
How to display row numbers with the records?
How do you bind variables in oracle?
What are operators in oracle?
What is a trigger and what are its types in oracle?
How to save query output to a local file?
Can we store images in oracle database?
How many categories of data types in oracle?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?