Skip to content

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

DBMS PYQ

Describe the SQL set operations

February 23, 2024February 23, 2024 by By Team EasyExamNotes

The SQL set operations are : In essence:

Discuss join and types with suitable example. Define join. Explain different types of join.

February 23, 2024February 22, 2024 by By Team EasyExamNotes

Inner Join: Employee.Emp_Name Employee.City Employee_Salary.Salary Hari Pune 10000 Om Mumbai 7000 Jai Solapur 5000 Outer Join: a. Left Outer Join: Employee.Emp_Name Employee.City Employee_Salary.Salary Hari Pune … Read more

Explain how a database is modified in SQL. OR Explain database modification.

February 22, 2024February 22, 2024 by By Team EasyExamNotes

1. Delete: 2. Insert: 3. Update:

Explain the following constraints : i. Entity integrity constraint. ii. Referential integrity constraint. iii. Domain constraint.

February 13, 2024February 2, 2024 by By Team EasyExamNotes

Entity Integrity Constraint: SID Name Class (semester) Age 8001 Ankit 1st 19 8002 Srishti 1st 18 8003 Somvir 4th 22 8004 Sourabh 6th A Referential … Read more

Explain integrity constraints.

February 13, 2024February 2, 2024 by By Team EasyExamNotes

Integrity constraints and Data Consistency: Integrity Constraints in ER Models: In summary, integrity constraints are vital components of database design and management, serving to enforce … Read more

What are the additional operations in relational algebra ?

February 13, 2024February 2, 2024 by By Team EasyExamNotes

Set Intersection Operation (⋂): Natural Join Operation (⨝): Division Operation (÷): Assignment Operation (←): These operations provide a way to manipulate and combine relations in … Read more

Consider the following relations:

February 13, 2024February 2, 2024 by By Team EasyExamNotes

Student (ssn, name, address, major)Course (code, title)Registered (ssn, code)Use relational algebra to answer the following :a. List the codes of courses in which at least … Read more

Explain constraints and its types.

February 13, 2024February 1, 2024 by By Team EasyExamNotes

Constraints Overview: Types of Constraints: 1. NOT NULL: 2. UNIQUE: 3. DEFAULT: 4. CHECK: 5. Key Constraints: a. Primary Key: b. Foreign Key: 6. Domain … Read more

What is relational model ? Explain with example.

February 13, 2024February 1, 2024 by By Team EasyExamNotes

Customer Table (Table 2.1.1): cust_id c_name c_city C_101 Ajay Delhi C_102 Amit Mumbai C_103 Alok Kolkata C_104 Akash Chennai Account Table (Table 2.1.2): acc_no balance … Read more

What is Unified Modeling Language ? Explain different types of UML.

February 13, 2024February 1, 2024 by By Team EasyExamNotes

Unified Modeling Language (UML) is a standardized way for developers to visually represent and design software systems. It helps in specifying, visualizing, constructing, and documenting … Read more

Older posts
Page1 Page2 … Page4 Next →

© 2024 EasyExamNotes.com | Some content on this site was generated with the assistance of Google's Gemini AI and ChatGPT.