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 |
How can you save or place your msg in a table?
What is benefit of creating memory optimized table?
Write the sql query using dual table for below output? 1 L R --- --- ---- 1 1 1 1 2 1 1 3 1 1 1 2 1 2 2 1 3 2 1 1 3 1 2 3 1 3 3 Write a query using only Dual table with out writing any pl/sql program.
I WANT INFORMATION ABOUT SAS SOFTWARE USING FINANCIAL COMPANIES LIST, PLESE GIVE ME DETAILS ABOUT
What is the requirement of self-join?
How to use transactions efficiently : transact sql
What is the maximum database size for sql express?
diff b/w function and procedure?
what is switch column,colums cost in oracle?
How do I pipe the output of one isql to another?
how to check the 3rd max salary from an employee table?
How do you optimize a stored procedure in sql?