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 |
In a package if we have 10 procedures or functions,How to know which will execute first?
Can I learn sql in a week?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
How to get second highest salary from a table
Is sql a backend language?
When to use inner join and left join?
What is dynamic SQl and how you will create and execute dynamic sql?
What is sql engine in oracle?
How does sql store data?
What is inner join in sql?
What is minus?
Are dml statements autocommit?