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
Why cross join is used?
What is trigger types in sql?
How do I add a primary key to a table?
What is data type in database?
Why do we need sharding?
Is sql easier than java?
What is the difference between the implicit and explicit cursors?
what are properties of a transaction? : Sql dba
What is an intersect?
What are the two types of exceptions in pl/sql?
what is meant by nl2br()? : Sql dba
Can we call stored procedure in function?
What is the advantage of index in sql?
What is rank () in sql?
Is t sql a programming language?