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
Determine if oracle date is on a weekend?
How do you declare a user-defined exception?
How do I use google cloud in sql?
how to add a new column to an existing table in mysql? : Sql dba
How do I kill a query in postgresql?
Can you load data into multiple tables at once? : aql loader
What is tuple in sql?
What is the use of desc in sql?
How can a function retun more than one value in oracle with proper example?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
How do I view a view in sql?
What is a database? Explain
How do you update sql?
What is primary key sql?
What is basic structure of pl sql?