How to store pictures on to the database?
No Answer is Posted For this Question
Be the First to Post Answer
difference between imlicit cursor and explicit cursor ?
What is difference between Rename and Alias?
What are named parameters?
What is a nvl function? How can it be used?
WHT ARE THE AGGREATE FUNCTIONS?
State any two functions of oracle?
How do we switch from init.ora file to asp file?
Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here
What are various constraints used in SQL?
i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?
How many memory layers are in the oracle shared pool?
How do I uninstall oracle client from windows?