How to define an anonymous block?
No Answer is Posted For this Question
Be the First to Post Answer
1.how to extract the second highest salary from emp table having sal as a column which contains the salary of all employee of an organisation.
How to set a transaction to be read only in oracle?
How to create id with auto_increment on oracle?
what are steps for interface? where is exchange rate defined in which table?
Differentiate between TRUNCATE and DELETE?
9)When information has to be stored w.r.t employees and their respective departments, which of the following is the Correct formulation of entries? A)Employee and department would together be represented as an entity. B)This is too less information to decide on entities. C)An employee would be one entity and a department would be another. D)Such a scenario cannot be modelled in RDBMS
What is a View ?
How to find out what privileges a user currently has 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 to put more than 1000 values into an oracle in clause?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
What is a Tablespace?