Explain user account with reference to oracle.
No Answer is Posted For this Question
Be the First to Post Answer
How many memory layers are in the shared pool?
What is a read only transaction in oracle?
which clause we are not used in where clause?
How to insert a new row into a table in oracle?
List the parts of a database trigger.
What is an oracle user role?
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
ex. one table is having 1 column with 10 records , then how to display all the values in row wise ?
How to delete all rows a table in oracle?
what is the syntax of INSERT command?
what is difference between cartesian join & cross join even they give same result?
What WHERE CURRENT OF clause does in a cursor?