Answer Posted / richa
In pl/sql we have two types of datatypes
1. scalar
2. composite.
In scalar u can store only one value at a time and
ex is a number(10),name char(1) etc.
While in Composite u can store whole row mean if one row
have 3 columns so u can store 3 values in a composite
datatype variable at a time.
Ex. emp employees%rowtype ;
Mean if enployees have 3 columns so in variable emp u can
store 3 values of 3 columns at a time .
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
How many anonymous blocks can be defined?
Difference between varchar and varchar2 data types?
Can you assign multiple query result rows to a variable?
Can we insert data in view oracle?
Can we commit inside a function in oracle?
Explain the use of consistent option in exp command.
How to create a server parameter file?
What is bulk copy or bcp in oracle?
Which is faster join or subquery in oracle?
What are the oracle built-in data types?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
Explain how you would restore a database using RMAN to Point in Time?
How can you use check constraints for self referential integrity?
What are the different types of failures that occur in Oracle database?
What is the scope of a local variable?