What are packages in pl sql and also explain its advantages?
No Answer is Posted For this Question
Be the First to Post Answer
What is the file extension for sql database?
how to give permission to users that users can update/insert/delete on a row of table on timeing 10am to 6pm only?
We have a CURSOR then we need BULK COLLECT?
What is trigger in sql and its types?
explain what is mysql? : Sql dba
What is parameter substitution in sql?
What does over partition by mean in sql?
Begin For j in 4403201000 .. 4403202000 Loop If mod (j, 100) = 0 then Dbms_output.put_line (j); End if; End loop; End; what will be the output of this question
What are aggregate and scalar functions?
SQL Tuning, Oracle Server 10g: Why is the following hint invalid? SELECT /*+ first_rows parallel(table_name,paral_number)*/
I have a Employee table with columns ename,eid,salary,deptno. How to retrieve sum of salary for each deptno?
Does truncate free space?