How do I install microsoft sql?
how can i read write files from pl/sql
How to add a column ‘salary’ to a table employee_details?
explain advantages of innodb over myisam. : Sql dba
package specification-3 procedures package body-4 procedures how can i write for other procedure in package body
explain advantages of myisam over innodb? : Sql dba
Write one update command to update seqno field of a table on the basis of row number.
Can a foreign key be a duplicate?
What is the difference between between and in condition operators?
What problem one might face while writing log information to a data-base table in pl/sql?
i declare 4 procedure in package specification but in package body i write only 3 procedure. is it complie??//w
4 Answers Scope International,
What is %type in sql?
Is there any problem if we use commit repeatedly after each dml statement in a plsq procedure ? (eg. there are 10 update stmt and using 10 commit stmt after each update stmt)