What are the datatypes a available in PL/SQL ?

Answers were Sorted based on User's Feedback



What are the datatypes a available in PL/SQL ?..

Answer / highness

mainly two types
1. scalar 2. composite

1.
boolean
char
binary integer
number
variable
constant
raw
rowid


2.
records
tables
varrays

Is This Answer Correct ?    2 Yes 0 No

What are the datatypes a available in PL/SQL ?..

Answer / menan

boolean
varchar2
bind variable
timestamp

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

Is ms sql traffic encrypted?

0 Answers  


How to get second highest salary from a table

3 Answers  


How much ram can sql express use?

0 Answers  


Explain locks? : Transact sql

0 Answers  


Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?

0 Answers  






What is integrity constraints?

5 Answers   Ramco, Satyam,


Is left join inner or outer?

0 Answers  


What is faster join or subquery?

0 Answers  


How can one get sql*loader to commit only at the end of the load file? : aql loader

0 Answers  


Can we change the table name in sql?

0 Answers  


What is primary and foreign key?

0 Answers  


what is data integrity

3 Answers   Fidelity, TCS,


Categories