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 4744what 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 8114how to insert the data through views? The view is depending upon more than two tables? how to update materalized views?
3 8590function can return value ,procedure also return value through out parameter then what is the difference?
3 7977create 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 7578TABLE 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 13573
Why is sql important?
what is sp_pkeys? : Transact sql
Is sql a scripting language?
How do I know if I have sql express or standard?
What is the function that is used to transfer a pl/sql table log to a database table?
How do you update sql?
Where is all the data on the internet stored?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
Why stored procedure is better than query?
how can we repair a mysql table? : Sql dba
What is sqlexception in java?
What is not null in sql?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
What is update query?
Write a query to display the current date in sql?