-
-
-
-
-
Difference between user and end-user
Types of users with their duties using suitable examples
-
Unique and Non-unique keys
Discuss the difference between unique and non-unique keys
-
Primary Key
Why is the choice of primary key important and are three characteristics of an ideal primary key?
-
Intersection table
What is an intersection table and why is it important?
-
Controlled and Uncontrolled Redundancy
Differentiate between Controlled and Uncontrolled Redundancy
-
Relationship Between Database and Data Warehouse
What is the relationship between a company's databases and its data warehouse?
-
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.
-
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; -
Database Design Questions
I have a database with 5 millions records, i have Person table having 5 million records and its have 13 columns. Forename and surname column is heavily populated as compared to other columns. My question is it appropriate to separate forename and surname column and make separate tables for it and reference it with id in person_detail table. What are the advantages and disadvantages in separating these...
-
MS SQL Server and SQL Server
What is the difference between MS SQL Server and SQL Server? Are both same are not?
-
Mutating Trigger Timing
At what trigger timing does mutating trigger error occur?
Is it before/after or both? And is it for row level/statement level OR both? -
-
-
-
Database Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans