What is the usage of synonyms?
No Answer is Posted For this Question
Be the First to Post Answer
How to invoke the data pump export utility?
What is difference between Rename and Alias?
How can you use check constraints for self referential integrity?
what is difference between DBMS and RDBMS?
What happens if you set the sga too low in oracle?
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
Please explain oracle data types with examples?
1) WIll all the user get the DEFAULT profile, if their current profile got deleted at any point of time? 2) What are the Situation we need to MOVE the TABLE between T.spaces? 3) What is the use of MOVING the TABLE between SCHEMA'S? 4) What are the Table Clause, Segment Clause and the Datafile Clause which will override each other? 5) Explain SORT_AREA_SIZE of Tempfile to make UNIFORM SIZE
how many columns can a plsql table have
What is blob data type in oracle?
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
What are the different types of failures that occur in Oracle database?