If you have to declare procedure1,procedure2 in package specification and if you have to declare procedure1,procedure2 and procedure3 in package body? is it compilation or not and execute or not? what type of error is given please
1 4754what is the differnce between procedure and function? in both dml operations can work and in procedure through out parameter you can return value ,then what is the differce?
3 8123how to insert the data through views? The view is depending upon more than two tables? how to update materalized views?
3 8606function can return value ,procedure also return value through out parameter then what is the difference?
3 8000create a store procedure and created synonms for that store procedure after modify that store procedure will effect on synonms? If we delete the store procedure what happened to that synonms?
2 7584TABLE A TABLE B EMPNO ENAME EMPNO ENAME 1 A 1 A 2 B 2 B 3 C 3 C 4 D 4 D 5 E 5 E 6 F 7 G HOW TO GET THE UNMATCHED RECORDS IN SQL QUERY?
10 13602
How do I add a primary key to a table?
What is optimistic concurrency control? : Transact sql
Why do you partition data?
what are the differences between require and include, include_once and require_once? : Sql dba
Why do we need pl sql?
What is the difference between left and left outer join?
Are sql database names case sensitive?
What is attribute indicator in pl sql?
Are pl sql variables case sensitive?
What are the types of keys?
Does execute immediate commit?
What is clustered and nonclustered index in sql?
What is sql entity?
Can we insert data into materialized view?
how to use case expression? : Sql dba