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
Are sql database names case sensitive?
Does access use sql?
Why we use joins in sql?
Why trigger is used in sql?
Does sql*plus also have a pl/sql engine?
What is the difference between local and global temporary table?
Why left join is used in sql?
What is null in pl/sql?
Why is sql better than hql?
How many tables can a sql database have?
What are the types of index in sql?
What is a pragma statement?
What is cost in sql execution plan?
tell me about various levels of constraint. : Sql dba
What is function and procedure?