SlideShare a Scribd company logo
1 of 14
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

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 tolstoyHardik Padhy
 
Online courseregistration tolstoy
Online courseregistration   tolstoyOnline courseregistration   tolstoy
Online courseregistration tolstoyyirgalem 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 ApplicationPJ 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 practiLyndonPelletier761
 
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_clicSC 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.pptxKevin Schneider
 
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 NottinghamMark Stubbs
 
Orientation for ISU Graduate distance students
Orientation for ISU Graduate distance studentsOrientation for ISU Graduate distance students
Orientation for ISU Graduate distance studentsbherndon
 
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 Presentatvijaysenthil6
 
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.pdfBurcerMichael
 
5 step embed_extended
5 step embed_extended5 step embed_extended
5 step embed_extendedPhillip Hayes
 

Similar to Student Resource Planner Database Presentation (20)

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
 
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
 
Program outcome maping
Program outcome mapingProgram outcome maping
Program outcome maping
 
Alessandro Gianforcaro Resume
Alessandro Gianforcaro ResumeAlessandro Gianforcaro Resume
Alessandro Gianforcaro Resume
 
5 step embed_extended
5 step embed_extended5 step embed_extended
5 step embed_extended
 

Recently uploaded

The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 

Recently uploaded (20)

The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 

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