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 |
tell us something about heap tables. : Sql dba
using subquery how can i calculate working days in a month?
Can we use loop in sql?
what is difference between procedure and function, procedure and trigger?
What is java sql driver?
Can you selectively load only those records that you need? : aql loader
Is sql a backend language?
What are inbuilt functions in sql?
What are the Diff B/W Cursor and REF Cursor
How do I sort a table in sql?
What is the purpose of my sql?
How the execution will be done in exceptions?
Oracle (3259)
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)