The document describes the creation of a database called AttendanceManagementSystem with tables for Users, Classes, and Attendance. Users include administrators, teachers, and students. Attendance records include the user, class, date, and status. The tables are joined to create a view called AttendanceDetails that displays attendance records. Sample data is inserted and various queries are demonstrated to select, update, delete and manage the attendance data.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
22 views6 pages
RDBMS PR 08 SQL 229311136
The document describes the creation of a database called AttendanceManagementSystem with tables for Users, Classes, and Attendance. Users include administrators, teachers, and students. Attendance records include the user, class, date, and status. The tables are joined to create a view called AttendanceDetails that displays attendance records. Sample data is inserted and various queries are demonstrated to select, update, delete and manage the attendance data.