How to convert numbers to characters in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept of the DUAL table.
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
How are the index updates?
What would you do with an in-doubt distributed transaction?
How to assign values to variables?
How to use like conditions in oracle?
What is merge statement used for?
how to tune oracle sql queries pls tell me step by step. urgent pls
why pl sql doesn't support retrieving multiple records
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 is the difference between SQL, DDL, and DML?
7 Answers BeBo Technologies, Wipro,
what is the output of select * from emp where null=null & select * from emp where 1=1