What is the difference between SQL table and the PLSQL
table?

Answer Posted / ganesh

sql table:

it has n number of field(column) with sql datatype,
it is scheema object

plsql table:

it is one of type of collection in plsql, it can hold two
column only(it can one column from table),in which one
column hold scalar variable and another hold binar integer

Is This Answer Correct ?    3 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create an array in pl/sql?

584


What is an invalid partition table?

566


What is sql partition function?

620


How many subqueries can be nested in a statement?

506


Is sql microsoft?

549






how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba

549


What is recursive join in sql?

551


What operating systems are supported by oracle sql developer?

521


What is cursor and why it is required?

558


What is the purpose of normalization?

537


What do you mean by stored procedures?

553


How do I enable sql encryption?

519


What are all the different normalizations?

591


Name the operator which is used in the query for pattern matching?

506


Can I copy :old and :new pseudo-records in/to an oracle stored procedure?

666