Point the difference between translate and replace?
No Answer is Posted For this Question
Be the First to Post Answer
how to get last monday of a month?
What is a Public Synonyms ?
How can we find the size of a database?
How to add a new column to an existing table in oracle?
What is an Extent ?
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 translate and replace?
Give syntax for SQL and ORACLE joins.
How can we find out the current date and time in oracle?
What is an oracle wallet?
Shall I get Pro*C Compiler in Oracle-10g release ?
What is the difference between count (*), count (expression), count (distinct expression)?