1.

Describe The Use Of %rowtype And %type In Pl/sql?

Answer»

%ROWTYPE allows you to ASSOCIATE a VARIABLE with an entire table row. The %TYPE associates a variable with a single COLUMN type.

%ROWTYPE allows you to associate a variable with an entire table row. The %TYPE associates a variable with a single column type.



Discussion

No Comment Found