what is an associative array with example?
It is a type of composite data type in pl sql .. The other
two composite types are nested tables and varrays .. example :
TYPE type_name IS TABLE OF NUMBER INDEX BY VARCHAR2(64);
name type_name;
It is also called as index by tables.
Now "name" can be given any values like :
name('raja'):=100;
| Is This Answer Correct ? | 0 Yes | 0 No |
what is constraining table?
What is a natural join sql?
what are the difference between clustered and a non-clustered index? : Sql dba
What is Referential Integrity?
Why do we use function in pl sql?
Define SQL and state the differences between SQL and other conventional programming Languages?
Can we use loop in sql?
What is execute immediate?
What are all the ddl commands?
Why trigger is used in sql?
How many types of normalization are there?
How will we see framework of a table?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)