- 
                    
- 
                    
- 
                    
- 
                    
- 
                    Difference between user and end-userTypes of users with their duties using suitable examples 
- 
                    Unique and Non-unique keysDiscuss the difference between unique and non-unique keys 
- 
                    Primary KeyWhy is the choice of primary key important and are three characteristics of an ideal primary key? 
- 
                    Intersection tableWhat is an intersection table and why is it important? 
- 
                    Controlled and Uncontrolled RedundancyDifferentiate between Controlled and Uncontrolled Redundancy 
- 
                    Relationship Between Database and Data WarehouseWhat is the relationship between a company's databases and its data warehouse? 
- 
                    Entity RelationshipExplain a one-to-many strong vs. one-to-many weak entity relationship. 
- 
                    Using examples differentiate between a DBMS, RDBMS and a Distributed databaseBeen 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 QuestionsI 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 ServerWhat is the difference between MS SQL Server and SQL Server? Are both same are not? 
- 
                    Mutating Trigger TimingAt 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