Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajith-11399/mysql-db-structure

Task 22 => This repository contains MySQL Day - 2: Creating a DB Structure
https://github.com/ajith-11399/mysql-db-structure

mysql mysql-database

Last synced: 4 days ago
JSON representation

Task 22 => This repository contains MySQL Day - 2: Creating a DB Structure

Awesome Lists containing this project

README

        

# MySQL-DB-Structure =>

This repository contains a task, which is, creating a DB Structure in MySQL Workbench and created successfully.

In this task, The Database contains 6 tables, which are


  • Session

  • Task

  • Mentor

  • Attendance

  • Feedback

  • Student

In this Task, Student is a Main Table, a student can view his/her performance data like,

1). Can view and upload tasks, were given by the mentor under Task Table

2). Can view their attendance in percentage in Attendance Table

3). Can join session by session link given under the Session Table

4). Student's Feedback were under the Feedback Table

5). Mentor can access the session same like Student.