Answer Posted / sunil bisht
SQL is the only language through which you create or modify
data and structures in Oracle. Although other tools will
connect with the database, they all use SQL to read and
modify data.
Oracle's PL/SQL is a programming lanuguage that extends SQL
to include procedural elements, such as loops and whatnot.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is the life of an sql statement?
How is a PL/SQL code compiled?
Are subqueries better than joins?
Why truncate is faster than delete?
What is the purpose of my sql?
How can you tell the difference between an index and a view?
What is cross join sql?
What is pl sql block in dbms?
Can we debug stored procedure?
Which is better join or subquery?
what is the bond code in materialized view?
What is difference between table and view?
What is consistency?
What is the size of partition table?
Which join is like an inner join?