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

What is the difference between cross join and natural join?

0 Answers  


Can we use having without group by in sql?

0 Answers  


i have one table with accounts and amounts as colums.accounts with columns c and d. and amounts with values 1000,2000,3000 for c and 4000,5000,8000 for d.i need to find the sum of these accounts c and d individually and find the differences between their sum using one select statement.

11 Answers   Ebix, Hewitt,


Does postgresql run on the cloud?

0 Answers  


What is difference between a PROCEDURE & FUNCTION ?

6 Answers   Satyam,






What is sql trigger example?

0 Answers  


Define commit, rollback and savepoint?

0 Answers  


Why stored procedure is faster than query?

0 Answers  


What are the set operators in sql?

0 Answers  


What are the different types of dbmss?

0 Answers  


What are the sql commands?

0 Answers  


How to improve the performance of a pl/sq stored procedures or functions or triggers and packages ?

12 Answers   IBM, TCS, UHD,


Categories