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 are the differences between char and varchar? : Sql dba
What is record in pl sql?
How do I remove sql developer from windows 10?
Differentiate between % rowtype and type record.
What is mutating trigger?
how can you see all indexes defined for a table? : Sql dba
What are three advantages to using sql?
how would you enter characters as hex numbers? : Sql dba
What is tuple in sql?
What is the difference between jpql and sql?
Which kind of parameters cannot have a default value in pl sql?
How do you define a foreign key?
What is a database? Explain
How many joins in sql?
How many primary keys can a table have?