Description College of Computing and Informatics Assignment 2 Deadline: Sunday 05/05/2024 @ 23:59 [Total Mark for this Assignment is 8] Student

Description

College of Computing and Informatics
Assignment 2
Deadline: Sunday 05/05/2024 @ 23:59
[Total Mark for this Assignment is 8]
Student Details:
Name: ###
ID: ###
CRN: ###
Instructions:
• You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on
Blackboard via the allocated folder. These files must not be in compressed format.
• It is your responsibility to check and make sure that you have uploaded both the correct files.
• Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between
words, hide characters, use different character sets, convert text into image or languages other than English
or any kind of manipulation).
• Email submission will not be accepted.
• You are advised to make your work clear and well-presented. This includes filling your information on the cover
page.
• You must use this template, failing which will result in zero mark.
• You MUST show all your work, and text must not be converted into an image, unless specified otherwise by
the question.
• Late submission will result in ZERO mark.
• The work should be your own, copying from students or other resources will result in ZERO mark.
• Use Times New Roman font for all your answers.
Restricted – ‫مقيد‬
Question One
Pg. 01
Learning
Outcome(s):
Design a
database starting
from the
conceptual design
to the
implementation of
database
schemas.
Restricted – ‫مقيد‬
Question One
2 Marks
Explore the concept of domains in SQL databases and their significance in
enforcing data integrity constraints. Describe the steps involved in creating and
utilizing domain constraints using the CHECK clause. Provide real-world
examples where domain constraints are essential for ensuring the validity and
consistency of data. Additionally, discuss the benefits and limitations of using
domains compared to traditional CHECK constraints.
Question Two
Pg. 02
Learning
Outcome(s):
Create EntityRelationship
model,
Relational
model, and write
SQL queries.
Question Two
3 Marks
The following is a Student Table from a database. Write your SQL queries to answer
the following questions:
Student_ID
Name
Age
Gender
Grade
Sarah
18
Female
90
Mohamed
19
Male
85
Ahmed
17
Male
77
Maryam
18
Female
92
Saeed
20
Male
87
1
2
3
4
5
1- Retrieve the Name and Age of students with a Grade greater than 89.
2- Retrieve the count of Male students in the student table.
3- Retrieve the average Grade of all students.
4- Update the Grade of the student with Student_ID 3 to 90.
5- Delete the record of the student named “Ahmed”.
6- Insert a new student into the table.
Restricted – ‫مقيد‬
Question Three
Pg. 03
Learning
Outcome(s):
Design a
database starting
from the
conceptual design
to the
implementation of
database
schemas
Question Three
3 Marks
Consider a database schema with the following tables:
CREATE TABLE Students (
StudentID INT PRIMARY KEY,
Name VARCHAR(50),
Age INT,
GPA FLOAT );
CREATE TABLE Courses (
CourseID INT PRIMARY KEY,
CourseName VARCHAR(50) );
CREATE TABLE Enrollments (
EnrollmentID INT PRIMARY KEY,
StudentID INT,
CourseID INT,
Grade FLOAT,
FOREIGN KEY (StudentID) REFERENCES Students(StudentID),
FOREIGN KEY (CourseID) REFERENCES Courses(CourseID));
Solve the following SQL problems by nesting queries.
1. Write an SQL query to find the names of students who are enrolled in the
course ‘Mathematics’ and have a GPA greater than 3.5.
2. Assuming the same database schema, write an SQL query to find the average
GPA of students who have enrolled in the course ‘Physics’.
3. Extend the previous query to find the average GPA of students who have
enrolled in the course ‘Physics’ and whose age is less than 25.
Restricted – ‫مقيد‬

Purchase answer to see full
attachment

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

Description

Description For each question, you need to answer not more than 150 Words. Support your answers with course material concepts, principles, and theories from the textbook and scholarly, peer-reviewed journal articles etc. Use APA style for writing references add 5 references.· The Assignment must be submitted on (WORD format only)

Description

Description Each answer should be within the range of 300 to 350-word counts. Add 5 APA style Reference Note: You can support your answer with the course book. You can use secondary sources available on internet. The Assignment must be submitted on (WORD format only) via allocated folder. Assignments submitted

Description

Description The Assignment must be submitted on (WORD format only) via allocated folder. Assignments submitted through email will not be accepted. Students are advised to make their work clear and well presented, marks may be reduced for poor presentation. This includes filling your information on the cover page. Students must

Description

Description The Assignment must be submitted only in WORD format via allocated folder. Assignments submitted through email will not be accepted. Students are advised to make their work clear and well presented; marks may be reduced for poor presentation. This includes filling your information on the cover page. Students must

Description

Description i want you more and good explanation the answer please Loong answering please This assignment is an individual assignment.  The Assignment must be submitted only in WORD format via the allocated folder.  Assignments submitted through email will not be accepted.  Students are advised to make their

Description

Description Required: Blogs that are useful for learning writing and fluency. 10 marks. Page 1 Student’s Name Section Number Course Name Page 2 Reflective Journal 1 (300 words) Page 3 Reflective Journal 2 (300 words) Page 4 Reflective Journal 3 (300 words) All submitted at once in one file. In

Description

Description see College of Computing and Informatics PROJECT Deadline: Day 22/04/2025 @ 23:59 [Total Mark for this Assignment is 14] Student Details: Name: wafa salem Alharbi Name: Razan Saleh Aljohany Name: Shamail Fahad Abdulllah Name: Shoug .. ID: S210022494 ID: S210022941 ID: S210018567 ID: CRN: 21825 Instructions: • You must

Description

Description Discussion 1 Students must initiate a post and reply to at least three posts Briefly describe your role in the internship. What differences have you noticed as you have transitioned from your role as student to intern? What new knowledge or skill did you learn since the beginning of

Description

Description Discussion two, requires you to answer the following questions:  What did you learn, either from reading or classroom discussions that you applied on the internship?  Which courses/subjects you feel could be expanded or added that would have helped you perform the internship better?  How does this

Description

Description i want you more and good explanation the answer please Loong answering please This assignment is an individual assignment.  The Assignment must be submitted only in WORD format via the allocated folder.  Assignments submitted through email will not be accepted.  Students are advised to make their

Description

Description i want you more and good explanation the answer please Loong answering please This assignment is an individual assignment.  The Assignment must be submitted only in WORD format via the allocated folder.  Assignments submitted through email will not be accepted.  Students are advised to make their

Description

Description i want you more and good explanation the answer please Loong answering please This assignment is an individual assignment.  The Assignment must be submitted only in WORD format via the allocated folder.  Assignments submitted through email will not be accepted.  Students are advised to make their

Description

Description i want you more and good explanation the answer please Loong answering please This assignment is an individual assignment.  The Assignment must be submitted only in WORD format via the allocated folder.  Assignments submitted through email will not be accepted.  Students are advised to make their

Description

Description Students must mention question number clearly in their answer. Late submission will NOT be accepted. Avoid plagiarism, the work should be in your own words, copying from students or other resources without proper referencing will result in ZERO marks. No exceptions. All answered must be typed using Times New

Description

Description see ASSIGNMENT COVER SHEET Course name Health Behavior Course number PHC 281 CRN Assignment title or task: (Write and questions) 1. Describe the physiology of stress. 2. How psychology influences immunity and disease. Student names and ID numbers: Submission date: Instructor name: Grade: Restricted – ‫مقيد‬ __ Out of

Description

Description See ASSIGNMENT COVER SHEET Course name: Environmental Health Course number: PHC 151 CRN: 22416 Assignment title or task: (You can write a question) Write about the Disposal of hazardous materials and wastes Student name: Student ID: Submission date: To be filled in by the instructor only Instructor’s name: Dr.

Description

Description See ASSIGNMENT COVER SHEET Course name: Environmental Health Course number: PHC 151 CRN: 22416 Assignment title or task: (You can write a question) Write about the Disposal of hazardous materials and wastes Student name: Student ID: Submission date: To be filled in by the instructor only Instructor’s name: Dr.

Description

Description ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 3 Communications Management (MGT 421) Due Date: 26/4/2025 @ 23:59 Course Name: Communication Management Student’s Name: Course Code: MGT421 Student’s ID Number: Semester: 2nd