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
how to increment dates by 1 in mysql? : Sql dba
what is the use of set statement in tsql? : Transact sql
What are inner and outer joins examples of both?
What are all different types of collation sensitivity?
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
What are aggregate functions in sql?
What are database links used for?
Can we group by two columns in sql?
what is text? : Sql dba
What is cursor and why it is required?
What is java sql package?
what is a relationship and what are they? : Sql dba
Does a primary key have to be a number?
Why truncate is used in sql?
Why do we need unique key in a table?