What is trigger in pl sql with examples?
What is basic structure of pl sql?
How packaged procedures and functions are called from the following?
How many types of normalization are there?
How show all rows in sql?
suppose I have two table one Emp and other is dpt. Emp table has a field ,dept id,name ,sal and dpt table has a field dept id,dept name. Now I want to find out the emplyee list whose sal is between 2000-3000 from dept x.
7 Answers Geometric Software, IBM,
Types of joins ?
Can we use insert statement in function?
What does fetching a cursor do?
what is denormalization. : Sql dba
What is cold data?
What is flag in sql?
How can i insert data inro a table with 3 columns using FORALL?