How to create a temporary table in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
i can create a view with two columns from emp table,, later i need to add one more emp column to existing view.. what is query similarly add one more column to existing primary key constraint.. please give me the solutions
What is a system tablespace and when it is created?
What exactly do quotation marks around the table name do?
What is backup in Oracle?
What is not equal to in oracle?
Explain the use of owner option in exp command.
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
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>
Explain alias?
What are the ways tablespaces can be managed and how do they differ?
What are the different approaches used by Optimizer in choosing an execution plan ?
How to retrieve data from an cursor to a record?