what is IDE,DMV in sql server?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of synonyms?
What is recovery manager in Oracle?
What is a server parameter file in oracle?
What is the scope of a local variable?
How to concatenate two text values in oracle?
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
How to define an anonymous procedure without variables?
What are synonyms used for ?
What is the usage of merge statement?
How to create a new tablespace in oracle?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it
What is an oracle function?