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 will you debug your procedure? If your procedure is around 2000 lines and the expected output is 10 and we get only output 5.So how will you debug it? Somebody pls give the correct answer?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
select * from emp where sal in(select max(sal) from emp) here there is any limit for in operator how many values accpect ?
How many triggers can be implemented for a table?
how to convert character strings to dates? : Sql dba
What type of join is sql join?
What is dialect in sql?
What are sql queries used for?
What is %type in sql?
What is exit statement?
Why do we need cursor in pl sql?
what is purge command explain about oracle performance tuning
2 Answers Accenture, eCentric Solutions,