-
DDL Operation Trigger
Which types of trigger can be fired on DDL operation?
A. Instead of triggerB. DML triggerC. System triggerD. DDL trigger -
Requirement Gathering
Name three activities involved in requirement gathering
-
Error Trapping Functions
Functions for error trapping are contained in which section of a PL/SQL block?
-
Integrity Rules
List the rules used to enforce table level integrity.
-
What kind of a query is this? How does it work?
Hi, I recently tried to get employee names and their dept names without a join condition, this query, although succeeds, I can't figure how it works. please help.
select ename,(select dname from dept where deptno=e.deptno) from emp e; -
-
-
Intersection table
What is an intersection table and why is it important?
-
Indexes Searching Capabilities
How do indexes increase the searching capabilities?
-
Degree of Relationship
What is the degree of relationship? Name the three degrees.
-
-
Names of Constraints
Oracle stores information regarding the names of all the constraints on which table? A)USER_CONSTRAINTS B)DUAL C)USER D)None of these
-
-
-
-
Remove one duplicate column value from multiple
How to remove only one column values from the duplication of values in that column without using any other column references in that table?
-
-
MultiSet table with UPI
Multiset table with UPI will allow duplicates or not?
-
-
SQL Query
How to display nth lowest record in a table for example? How to display 4th lowest (salary) record from customer table?
Database Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans