0% found this document useful (0 votes)
15 views

Assignment 1

The document outlines 6 assignments related to database systems including illustrating database concepts, designing an ER diagram for students, explaining joins with examples, differentiating SQL and NoSQL databases, creating tables in MySQL, and designing a university database with tables.

Uploaded by

RIYA SUDRIK
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Assignment 1

The document outlines 6 assignments related to database systems including illustrating database concepts, designing an ER diagram for students, explaining joins with examples, differentiating SQL and NoSQL databases, creating tables in MySQL, and designing a university database with tables.

Uploaded by

RIYA SUDRIK
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment 1: Unit 1

I. Illustrate the concept of database systems in detail?

II. Apply the concept of ER diagrams to design a student table with appropriate fields?

III. Explain different types of joins using proper examples?

IV. Differentiate between SQL and NOSQL databases.?

V. Create the following tables using MySQL and attach snapshots of outputs:
Employee (Emp_no,Name, Emp_city)
Company (Emp_no, Company_name, Salary)

VI. Design MITADTUNIVERSITY database and add student, faculty, and infrastructure
as tables, also select appropriate fields and insert data into it.

You might also like