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
What is bulk collect in oracle?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
What is query image?
What is the simplest tool to run commands on oracle servers?
Explain how are indexes update?
What is a proxy object?
How to create a new table in oracle?
Can we protect our pl/sql source code?
Explain implicit cursor.
Explain the use of online redo log files in oracle.
What is MTTR advisor in Oracle?
Does facebook use oracle?
How to define a specific record type?
Explain parameter file in oracle.
What are the logical operations?