What is the difference between SQL table and the PLSQL
table?
Answer Posted / shivakanth reddy
In case sql table we use PRIMARY KEY to avoid duplicates and
null values.
But in case of PL/SQL PRIMARY KEY is used as an index to
ann array for accessing rows.
Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
what are string data types? : Sql dba
What is pivot query?
Can you skip header records while loading? : aql loader
Define commit, rollback and savepoint?
What is procedure and function?
Explain architecture of sql server notification services?
what is the difference between rownum pseudo column and row_number() function? : Sql dba
what are dynamic queries in t-sql? : Transact sql
explain what is mysql? : Sql dba
What is the function that is used to transfer a pl/sql table log to a database table?
What plvcmt and plvrb does in pl/sql?
Explain the difference between 'between' & 'and' operators in sql
Difference between truncate, delete and drop commands?
What is data type in sql?
What is program debugging?