How do we create privileges in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to convert numbers to characters in oracle?
How does one get the view definition of fixed views/tables?
What are the factors causing the reparsing of SQL statements in SGA?
What is a nested table?
How are Indexes Update ?
if you update view? where we store the data?
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
How to build data dictionary view an new database?
How to put more than 1000 values into an oracle in clause?
if i am using dml statement in function. then i am writing select statement what was the output
How to find the date and time of last updated table?
How to define a procedure inside another procedure?