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 4818what 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 8235how to insert the data through views? The view is depending upon more than two tables? how to update materalized views?
3 8746function can return value ,procedure also return value through out parameter then what is the difference?
3 8124create 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 7665TABLE 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 13898
what are the types of subquery? : Sql dba
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
Which function is used to return remainder in a division operator in sql?
explain advantages of myisam over innodb? : Sql dba
What is procedure function?
What is a crud api?
What is pl sql collection?
what is subquery? : Sql dba
Can a key be both primary and foreign?
What does trigger mean in slang?
What is the purpose of a sql?
how to shutdown mysql server? : Sql dba
How to disable a trigger name update_salary?
How do I count duplicates in sql?
What is a stored procedure in sql with example?