-
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; -
Integrity Rules
List the rules used to enforce table level integrity.
-
Error Trapping Functions
Functions for error trapping are contained in which section of a PL/SQL block?
-
Requirement Gathering
Name three activities involved in requirement gathering
-
DDL Operation Trigger
Which types of trigger can be fired on DDL operation?
A. Instead of triggerB. DML triggerC. System triggerD. DDL trigger -
-
-
Entity Relationship
Explain a one-to-many strong vs. one-to-many weak entity relationship.
-
Using examples differentiate between a DBMS, RDBMS and a Distributed database
Been given this question from my son and he has told me that he googled the question but got no satisfactory answer. Would much appreciate an answer.
-
-
Relationship Between Database and Data Warehouse
What is the relationship between a company's databases and its data warehouse?
-
Difference between Data abstraction, schema and instance
Difference between the three levels of data abstraction, and between a schema and instances.. Consider a two dimensional integer array of size n*m that is to be used in your favorite programming language. Using the array as an example, illustrate the difference (a) between the three levels of data abstraction, and (b) between a schema and instances.
-
-
-
-
-
-
Table Indexes
What is the disadvantage of creating large number of indexes on a table?
-
Defragmentation and Re-organization
What is the difference between defragmentation (coalescing) and re-organization (rebuilding, moving)?
-
RDBMS Relation
What is the relation between the store and the customers when they shop the products at that store?
Database Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans