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
Is a table valued function object?
List out the acid properties and explain?
Which are sql * plus commands?
what does the t-sql command ident_incr does? : Transact sql
What is sql in java?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
Can we join tables without foreign key?
What is the difference between local and global temporary table?
what is commit? : Sql dba
How many types of primary keys are there?
What is a record in a database?
What does count (*) mean?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What are tables in sql?
what are the advantages a stored procedure? : Sql dba