how many triggers we can create on a table
Answers were Sorted based on User's Feedback
how do u know the total no of rows in a table?
What is Public Database Link ?
what is Table ?
How to check the server version in oracle?
What are the built-in functions used for sending Parameters to forms ?
which statement is running fastly ie insert or delete?
What is Hash Cluster ?
What is a schema in oracle?
What is a read only transaction in oracle?
what is candidate key & super key
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
Explain the relationship among Database, Tablespace and Data file?