SlideShare a Scribd company logo
Student Resource Planner
Keyur Shah
Lyon Pinto
Nikita Ahuja
Tejal Kanase
D
December 8, 2014 11 am
Client: Center of Health, Information and Decision
System (CHIDS) in Robert H Smith School of Business
Mission Statement & Objectives
➢ Background
Database development for a functional research department in Robert H. Smith School of
Business, named, Center of Health, Information and Decision System (CHIDS)
➢ Mission Statement
Student Resource Planner helps the research department faculty to assign students to ongoing
project(s) according to their coursework and analyze project budget status using payroll and
sponsor information
➢ Mission Objectives
1. Each student is enrolled for course(s) taught by a faculty member
2. Students are supervised by senior students
3. Each Research Student is associated with single research department
4. Students have a unique payroll ID and associated projects contain payroll information
5. Students, Faculty, Research Department and Projects are a part of project team
6. Project have project sponsor(s)
Conceptual Database Design
Logical Database Design
Student
StudentId StuFirstName StuLastName GradYear StuDOB StuEmail StuPhone LinkedIn_Link SrStudentId
CourseId courseName courseDesc
Course
FacultyId FacFirstName FacLastName FacTitle FacDesc FacDoj FacEmail FacPhone FacWebsite
Faculty
StudentId CourseId FacultyId StuYear StuSemester
CourseEnrolled
departmentId deptName
Department
StudentId FacultyId departmentId projId joining_date
ProjectTeam
projId projName projDesc projStartDate projEndDate projStatus
Project
projId payrollId
ProjectPayroll
Payroll
payrollId noOfHoursWorked payPerHour salaryPayDate StudentID
Physical Database Design
★ Course Enrolled - relationship between Student, Course and Faculty
Create Query:
create table CourseEnrolled (StudentId Varchar (10) not null,
courseId Varchar (10) not null,
FacId Varchar (10) not null,
C_Year numeric (4,0),
C_Semester varchar (10),
CONSTRAINT pk_CourseEnrolled_StuCourseFac PRIMARY KEY (StudentId, courseId, FacId),
CONSTRAINT fk_CourseEnrolled_StudentId foreign KEY (StudentId) references Student(StudentId) on update
CASCADE on DELETE CASCADE,
CONSTRAINT fk_CourseEnrolled_CourseId foreign KEY (courseId) references Course(courseId) on update CASCADE
on DELETE CASCADE,
CONSTRAINT fk_CourseEnrolled_FacId foreign KEY (FacId) references Faculty(FacId) on update CASCADE on
DELETE CASCADE);
Physical Database Design
★ Payroll Details View: Student, Project, Payroll
Create Query (View):
CREATE VIEW [Payroll Details] AS
SELECT S.StudentId, S.StuFirstName, S.StuLastName, Y.projId, P.payPerHour as 'Hourly Rate’, P.noOfHoursWorked
as 'Number Of Hours Worked’
FROM Student S , Payroll P ,Project_Payroll Y
WHERE S.studentId=P.StudentId And P.payrollId=Y.payrollId ;
Use Case
★ Display project details of a particular department
select * from Project_SRP
where projId in
(select projId from ProjectTeam where departmentId='RD1');
Use Case
★ Display Payroll Details (View)
select * from Payroll Details;
★ Add Functionality: Adding new Student to database using Frontend
Application
Newly added student is updated at
the bottom of the list
Adding new Student: S00080
★ Update Functionality: Updating Faculty information
Before
update
Application
★ Update Functionality: Updating Faculty information
While
updating
Application
★ Update Functionality: Updating Faculty information
After
Update
Application
Questions...
Student  Resource Planner Database Presentation

More Related Content

Similar to Student Resource Planner Database Presentation

Resume David Vazquez
Resume David VazquezResume David Vazquez
Resume David Vazquez
DavidAVazquez
 
Success strategies for grantmaking for sharing
Success strategies for grantmaking for sharingSuccess strategies for grantmaking for sharing
Success strategies for grantmaking for sharing
DiscoveryCenterMU
 
BDV Skills Accreditation - Recognizing Data Science Skills with BDV Data Scie...
BDV Skills Accreditation - Recognizing Data Science Skills with BDV Data Scie...BDV Skills Accreditation - Recognizing Data Science Skills with BDV Data Scie...
BDV Skills Accreditation - Recognizing Data Science Skills with BDV Data Scie...
Big Data Value Association
 
Teaching dossier nov 2011(3)
Teaching dossier nov 2011(3)Teaching dossier nov 2011(3)
Teaching dossier nov 2011(3)
ctluregina
 
Swift at isis swis training (2016)
Swift at isis swis training (2016)Swift at isis swis training (2016)
Swift at isis swis training (2016)
Katie Conley
 
Online courseregistration tolstoy
Online courseregistration   tolstoyOnline courseregistration   tolstoy
Online courseregistration tolstoy
Hardik Padhy
 
Online courseregistration tolstoy
Online courseregistration   tolstoyOnline courseregistration   tolstoy
Online courseregistration tolstoy
yirgalem ameshe
 
TL1 NRSA F award application workshop and How to Prepare Complete Application
TL1 NRSA F award application workshop and How to Prepare Complete ApplicationTL1 NRSA F award application workshop and How to Prepare Complete Application
TL1 NRSA F award application workshop and How to Prepare Complete Application
PJ Simpson-Haidaris
 
Discussion Capstone ComponentsTo help you recognize best practi
Discussion Capstone ComponentsTo help you recognize best practiDiscussion Capstone ComponentsTo help you recognize best practi
Discussion Capstone ComponentsTo help you recognize best practi
LyndonPelletier761
 
SC CTSI educational offerings inventory template_clic
SC CTSI educational offerings inventory template_clicSC CTSI educational offerings inventory template_clic
SC CTSI educational offerings inventory template_clic
SC CTSI at USC and CHLA
 
Job Aid for a Career in ISD - Kevin M. Schneider.pptx
Job Aid for a Career in ISD - Kevin M. Schneider.pptxJob Aid for a Career in ISD - Kevin M. Schneider.pptx
Job Aid for a Career in ISD - Kevin M. Schneider.pptx
Kevin Schneider
 
CV Dr KCA
CV Dr KCACV Dr KCA
CV Dr KCA
Kc Agrawal
 
Presentation on college placement dasboard.pptx
Presentation on college placement dasboard.pptxPresentation on college placement dasboard.pptx
Presentation on college placement dasboard.pptx
anmol336292
 
Austin asks70008 7
Austin asks70008 7Austin asks70008 7
Austin asks70008 7
Angela Austin
 
Getting ready to pilot FLEX in Hollings, contribution by Anita Mitchell and C...
Getting ready to pilot FLEX in Hollings, contribution by Anita Mitchell and C...Getting ready to pilot FLEX in Hollings, contribution by Anita Mitchell and C...
Getting ready to pilot FLEX in Hollings, contribution by Anita Mitchell and C...
Chrissi Nerantzi
 
LRT Talks 20140610 EFYE2014 Nottingham
LRT Talks 20140610 EFYE2014 NottinghamLRT Talks 20140610 EFYE2014 Nottingham
LRT Talks 20140610 EFYE2014 Nottingham
Mark Stubbs
 
Orientation for ISU Graduate distance students
Orientation for ISU Graduate distance studentsOrientation for ISU Graduate distance students
Orientation for ISU Graduate distance students
bherndon
 
Pursuing graduate study (IIT Madras, September 2010)
Pursuing graduate study (IIT Madras, September 2010)Pursuing graduate study (IIT Madras, September 2010)
Pursuing graduate study (IIT Madras, September 2010)
sakumar
 
Welcome to NBA Expert Team for Presentat
Welcome to NBA Expert Team for PresentatWelcome to NBA Expert Team for Presentat
Welcome to NBA Expert Team for Presentat
vijaysenthil6
 
INFS4887 Business Research Methods S1 2013.pdf
INFS4887 Business Research Methods S1 2013.pdfINFS4887 Business Research Methods S1 2013.pdf
INFS4887 Business Research Methods S1 2013.pdf
BurcerMichael
 

Similar to Student Resource Planner Database Presentation (20)

Resume David Vazquez
Resume David VazquezResume David Vazquez
Resume David Vazquez
 
Success strategies for grantmaking for sharing
Success strategies for grantmaking for sharingSuccess strategies for grantmaking for sharing
Success strategies for grantmaking for sharing
 
BDV Skills Accreditation - Recognizing Data Science Skills with BDV Data Scie...
BDV Skills Accreditation - Recognizing Data Science Skills with BDV Data Scie...BDV Skills Accreditation - Recognizing Data Science Skills with BDV Data Scie...
BDV Skills Accreditation - Recognizing Data Science Skills with BDV Data Scie...
 
Teaching dossier nov 2011(3)
Teaching dossier nov 2011(3)Teaching dossier nov 2011(3)
Teaching dossier nov 2011(3)
 
Swift at isis swis training (2016)
Swift at isis swis training (2016)Swift at isis swis training (2016)
Swift at isis swis training (2016)
 
Online courseregistration tolstoy
Online courseregistration   tolstoyOnline courseregistration   tolstoy
Online courseregistration tolstoy
 
Online courseregistration tolstoy
Online courseregistration   tolstoyOnline courseregistration   tolstoy
Online courseregistration tolstoy
 
TL1 NRSA F award application workshop and How to Prepare Complete Application
TL1 NRSA F award application workshop and How to Prepare Complete ApplicationTL1 NRSA F award application workshop and How to Prepare Complete Application
TL1 NRSA F award application workshop and How to Prepare Complete Application
 
Discussion Capstone ComponentsTo help you recognize best practi
Discussion Capstone ComponentsTo help you recognize best practiDiscussion Capstone ComponentsTo help you recognize best practi
Discussion Capstone ComponentsTo help you recognize best practi
 
SC CTSI educational offerings inventory template_clic
SC CTSI educational offerings inventory template_clicSC CTSI educational offerings inventory template_clic
SC CTSI educational offerings inventory template_clic
 
Job Aid for a Career in ISD - Kevin M. Schneider.pptx
Job Aid for a Career in ISD - Kevin M. Schneider.pptxJob Aid for a Career in ISD - Kevin M. Schneider.pptx
Job Aid for a Career in ISD - Kevin M. Schneider.pptx
 
CV Dr KCA
CV Dr KCACV Dr KCA
CV Dr KCA
 
Presentation on college placement dasboard.pptx
Presentation on college placement dasboard.pptxPresentation on college placement dasboard.pptx
Presentation on college placement dasboard.pptx
 
Austin asks70008 7
Austin asks70008 7Austin asks70008 7
Austin asks70008 7
 
Getting ready to pilot FLEX in Hollings, contribution by Anita Mitchell and C...
Getting ready to pilot FLEX in Hollings, contribution by Anita Mitchell and C...Getting ready to pilot FLEX in Hollings, contribution by Anita Mitchell and C...
Getting ready to pilot FLEX in Hollings, contribution by Anita Mitchell and C...
 
LRT Talks 20140610 EFYE2014 Nottingham
LRT Talks 20140610 EFYE2014 NottinghamLRT Talks 20140610 EFYE2014 Nottingham
LRT Talks 20140610 EFYE2014 Nottingham
 
Orientation for ISU Graduate distance students
Orientation for ISU Graduate distance studentsOrientation for ISU Graduate distance students
Orientation for ISU Graduate distance students
 
Pursuing graduate study (IIT Madras, September 2010)
Pursuing graduate study (IIT Madras, September 2010)Pursuing graduate study (IIT Madras, September 2010)
Pursuing graduate study (IIT Madras, September 2010)
 
Welcome to NBA Expert Team for Presentat
Welcome to NBA Expert Team for PresentatWelcome to NBA Expert Team for Presentat
Welcome to NBA Expert Team for Presentat
 
INFS4887 Business Research Methods S1 2013.pdf
INFS4887 Business Research Methods S1 2013.pdfINFS4887 Business Research Methods S1 2013.pdf
INFS4887 Business Research Methods S1 2013.pdf
 

Recently uploaded

Liberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptxLiberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptx
Massimo Artizzu
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
brainerhub1
 
Measures in SQL (SIGMOD 2024, Santiago, Chile)
Measures in SQL (SIGMOD 2024, Santiago, Chile)Measures in SQL (SIGMOD 2024, Santiago, Chile)
Measures in SQL (SIGMOD 2024, Santiago, Chile)
Julian Hyde
 
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
kalichargn70th171
 
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
kalichargn70th171
 
UI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design SystemUI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design System
Peter Muessig
 
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
XfilesPro
 
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
mz5nrf0n
 
YAML crash COURSE how to write yaml file for adding configuring details
YAML crash COURSE how to write yaml file for adding configuring detailsYAML crash COURSE how to write yaml file for adding configuring details
YAML crash COURSE how to write yaml file for adding configuring details
NishanthaBulumulla1
 
Webinar On-Demand: Using Flutter for Embedded
Webinar On-Demand: Using Flutter for EmbeddedWebinar On-Demand: Using Flutter for Embedded
Webinar On-Demand: Using Flutter for Embedded
ICS
 
What next after learning python programming basics
What next after learning python programming basicsWhat next after learning python programming basics
What next after learning python programming basics
Rakesh Kumar R
 
Malibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed RoundMalibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed Round
sjcobrien
 
Project Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdfProject Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdf
Karya Keeper
 
Fundamentals of Programming and Language Processors
Fundamentals of Programming and Language ProcessorsFundamentals of Programming and Language Processors
Fundamentals of Programming and Language Processors
Rakesh Kumar R
 
Oracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptxOracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptx
Remote DBA Services
 
Oracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptxOracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptx
Remote DBA Services
 
fiscal year variant fiscal year variant.
fiscal year variant fiscal year variant.fiscal year variant fiscal year variant.
fiscal year variant fiscal year variant.
AnkitaPandya11
 
14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision
ShulagnaSarkar2
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
dakas1
 
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian CompaniesE-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
Quickdice ERP
 

Recently uploaded (20)

Liberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptxLiberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptx
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
 
Measures in SQL (SIGMOD 2024, Santiago, Chile)
Measures in SQL (SIGMOD 2024, Santiago, Chile)Measures in SQL (SIGMOD 2024, Santiago, Chile)
Measures in SQL (SIGMOD 2024, Santiago, Chile)
 
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
 
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
 
UI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design SystemUI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design System
 
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
 
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
 
YAML crash COURSE how to write yaml file for adding configuring details
YAML crash COURSE how to write yaml file for adding configuring detailsYAML crash COURSE how to write yaml file for adding configuring details
YAML crash COURSE how to write yaml file for adding configuring details
 
Webinar On-Demand: Using Flutter for Embedded
Webinar On-Demand: Using Flutter for EmbeddedWebinar On-Demand: Using Flutter for Embedded
Webinar On-Demand: Using Flutter for Embedded
 
What next after learning python programming basics
What next after learning python programming basicsWhat next after learning python programming basics
What next after learning python programming basics
 
Malibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed RoundMalibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed Round
 
Project Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdfProject Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdf
 
Fundamentals of Programming and Language Processors
Fundamentals of Programming and Language ProcessorsFundamentals of Programming and Language Processors
Fundamentals of Programming and Language Processors
 
Oracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptxOracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptx
 
Oracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptxOracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptx
 
fiscal year variant fiscal year variant.
fiscal year variant fiscal year variant.fiscal year variant fiscal year variant.
fiscal year variant fiscal year variant.
 
14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian CompaniesE-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
 

Student Resource Planner Database Presentation

  • 1. Student Resource Planner Keyur Shah Lyon Pinto Nikita Ahuja Tejal Kanase D December 8, 2014 11 am Client: Center of Health, Information and Decision System (CHIDS) in Robert H Smith School of Business
  • 2. Mission Statement & Objectives ➢ Background Database development for a functional research department in Robert H. Smith School of Business, named, Center of Health, Information and Decision System (CHIDS) ➢ Mission Statement Student Resource Planner helps the research department faculty to assign students to ongoing project(s) according to their coursework and analyze project budget status using payroll and sponsor information ➢ Mission Objectives 1. Each student is enrolled for course(s) taught by a faculty member 2. Students are supervised by senior students 3. Each Research Student is associated with single research department 4. Students have a unique payroll ID and associated projects contain payroll information 5. Students, Faculty, Research Department and Projects are a part of project team 6. Project have project sponsor(s)
  • 4. Logical Database Design Student StudentId StuFirstName StuLastName GradYear StuDOB StuEmail StuPhone LinkedIn_Link SrStudentId CourseId courseName courseDesc Course FacultyId FacFirstName FacLastName FacTitle FacDesc FacDoj FacEmail FacPhone FacWebsite Faculty StudentId CourseId FacultyId StuYear StuSemester CourseEnrolled departmentId deptName Department StudentId FacultyId departmentId projId joining_date ProjectTeam projId projName projDesc projStartDate projEndDate projStatus Project projId payrollId ProjectPayroll Payroll payrollId noOfHoursWorked payPerHour salaryPayDate StudentID
  • 5. Physical Database Design ★ Course Enrolled - relationship between Student, Course and Faculty Create Query: create table CourseEnrolled (StudentId Varchar (10) not null, courseId Varchar (10) not null, FacId Varchar (10) not null, C_Year numeric (4,0), C_Semester varchar (10), CONSTRAINT pk_CourseEnrolled_StuCourseFac PRIMARY KEY (StudentId, courseId, FacId), CONSTRAINT fk_CourseEnrolled_StudentId foreign KEY (StudentId) references Student(StudentId) on update CASCADE on DELETE CASCADE, CONSTRAINT fk_CourseEnrolled_CourseId foreign KEY (courseId) references Course(courseId) on update CASCADE on DELETE CASCADE, CONSTRAINT fk_CourseEnrolled_FacId foreign KEY (FacId) references Faculty(FacId) on update CASCADE on DELETE CASCADE);
  • 6. Physical Database Design ★ Payroll Details View: Student, Project, Payroll Create Query (View): CREATE VIEW [Payroll Details] AS SELECT S.StudentId, S.StuFirstName, S.StuLastName, Y.projId, P.payPerHour as 'Hourly Rate’, P.noOfHoursWorked as 'Number Of Hours Worked’ FROM Student S , Payroll P ,Project_Payroll Y WHERE S.studentId=P.StudentId And P.payrollId=Y.payrollId ;
  • 7. Use Case ★ Display project details of a particular department select * from Project_SRP where projId in (select projId from ProjectTeam where departmentId='RD1');
  • 8. Use Case ★ Display Payroll Details (View) select * from Payroll Details;
  • 9. ★ Add Functionality: Adding new Student to database using Frontend Application Newly added student is updated at the bottom of the list Adding new Student: S00080
  • 10. ★ Update Functionality: Updating Faculty information Before update Application
  • 11. ★ Update Functionality: Updating Faculty information While updating Application
  • 12. ★ Update Functionality: Updating Faculty information After Update Application