Answer Posted / sree
pl/sql tables are temporary array like objects in pl/sql
block.pl/sql tables have one column and one primary key.the
size of pl/sql tables unconstrained i.e the number of rows
can be increased by dynamically
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the order of sql statement execution?
What is the purpose of the sql select top clause?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
Can sql function call stored procedure?
What is the reports view in oracle sql developer?
What is the function that is used to transfer a pl/sql table log to a database table?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What is record data type?
what is foreign key? : Sql dba
How many sql statements are used? Define them.
How is data stored in sql?
what is a relationship and what are they? : Sql dba
What is the difference between count 1 and count (*) in a sql query?
can a stored procedure call itself or recursive stored procedure? : Sql dba
What is a column in a table?