Where do you use decode and case statements?
No Answer is Posted For this Question
Be the First to Post Answer
write a query to dispaly those name who is more than one in student table? example- in a student table sandeep kumar comes 4 times, rakesh kumar comes 2 times, ajit kumar comes 1 times so query will display sandeep kumar and rakesh kumar single times.
What is an oracle database?
What is the difference between postgresql and oracle?
What does sharding mean?
What happens to the indexes if a table is recovered?
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 insert a new row into a table in oracle?
Explain the difference between sap and oracle?
What is an oracle function?
What is an Oracle view?
What is a heap related to database ?
1 Answers TCS, University of Edinburgh,
What are ddl statements in oracle?