How a tablespace is related to data files?
No Answer is Posted For this Question
Be the First to Post Answer
How to load data through external tables?
What is different bet native dynamic sql and Dbms_Sql?
How to assign values to variables?
How to change user password in oracle?
Can we protect our pl/sql source code?
How to enter a new row into a table interactively?
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
can you write commit in triggers?
Is oracle a programming language?
Explain the difference between sql and oracle?
What is the difference between SQL, DDL, and DML?
7 Answers BeBo Technologies, Wipro,
What is rowid and rownum in oracle?