Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 982 Bytes

File metadata and controls

26 lines (17 loc) · 982 Bytes

CSE370: Database

📌 Course Overview

CSE370 is an introductory course on Relational Database Management Systems (RDBMS), focusing on database design, implementation, and optimization. The course covers RDBMS design, implementation, and optimization, including:

  • DBMS advantages & architecture
  • ER/EER modeling & schema mapping
  • Integrity constraints, indexing & hashing
  • Normalization & SQL query formulation

🔹 Lab Component (CSE370L): Includes weekly 3-hour lab sessions with hands-on SQL assignments and a group project to design and implement a complete database system with a user interface.


📂 Repository Contents

This repository contains:

  • 📜 Assignments: SQL-based problem-solving tasks
  • 🛠️ Lab Exercises: Hands-on practice with database concepts
  • ✔ Sample Mid & Final question: Check question patterns for Mid and Final

If you find this repository helpful, don't forget to star it!