Why is oracle used?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between pre-select and pre-query
What happens in oracle commit?
how many outer joins are used in a single sql query? is there any limitations for using of outer joins?
2 Answers BOB Technologies, Cap Gemini, IBM,
What is mean by Program Global Area (PGA) ?
Explain the relationship among Database, Tablespace and Data file?
What are steps required to ENTER DATA INTO DWH?
How do I learn what codesets are available 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 many types of synonyms in Oracle?
Difference between varchar and varchar2 data types?
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
i have a table and it has constraints and i want to get "ALTER TABLE table_name ADD CONSTRAINT constraint_name constraint type" this code must be in string type please help me if you want, i can give more explainings