ADVANCED TOPICS IN COMPILER DESIGN
CODE GENERATION FOR OBJECT ORIENTED LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
PL/SQL is easier to learn but less efficient
|
|
PL/SQL is easier to learn and more efficient
|
|
PL/SQL is easier to learn and does not require an Oracle database or tool
|
|
PL/SQL is harder to learn
|
Detailed explanation-1: -Answer : D Q 3-Which of the following is true about the PL/SQL language? A-PL/SQL provides access to predefined SQL packages.
Detailed explanation-2: -Key Differences Between SQL and PL/SQL SQL is a Structural Query Language created to manipulate relational databases. It is a declarative, detail-oriented language. Whereas, PL/SQL is a Procedural Language/Structured Query Language that uses SQL as its database. It is an application-oriented language.
Detailed explanation-3: -Which of the following is true about PL/SQL package body? The package body has methods declared in package specification and private.
Detailed explanation-4: -A-PL/SQL’s general syntax is based on that of ADA and Pascal programming language. B-Apart from Oracle, PL/SQL is available in TimesTen in-memory database and IBM DB2.