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
If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...
What is flashback in Oracle?
How can we view last record added to a table?
What is the Tune Query
What are the different types of record groups in oracle? Explain each of them
How do I uninstall oracle client from windows?
How to use existing values in update statements using oracle?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
What is the difference between formal parameters and actual parameters?
How to count groups returned with the group by clause in oracle?
What is program global area (pga) in oracle?
What would you do with an in-doubt distributed transaction?
Explain index?
What is an oracle database?
What are the limitations of check constraint?