Oracle PL-SQL Question:

What are the datatypes a available in PL/SQL?

Oracle PL-SQL Interview Question
Oracle PL-SQL Interview Question

Answer:

Some scalar data types such as
NUMBER,
VARCHAR2,
DATE,
CHAR,
LONG,
BOOLEAN.
Some composite data types such as RECORD & TABLE.


Previous QuestionNext Question
What are the components of a PL/SQL block?What are % TYPE and % ROWTYPE? What are the advantages of using these over datatypes?