SQL.

SQL.

University

84 Qs

quiz-placeholder

Similar activities

AP Psychology Exam review

AP Psychology Exam review

10th Grade - University

89 Qs

Anh Hưng Vippro 3

Anh Hưng Vippro 3

University

79 Qs

Basic Tech Quiz

Basic Tech Quiz

12th Grade - University

79 Qs

ICTM

ICTM

University - Professional Development

80 Qs

State Convention Review

State Convention Review

KG - University

83 Qs

Types of Wound Dressing

Types of Wound Dressing

12th Grade - University

80 Qs

Sociology Chap 5 and 6

Sociology Chap 5 and 6

University

79 Qs

ENG 3

ENG 3

3rd Grade - University

79 Qs

SQL.

SQL.

Assessment

Quiz

Specialty

University

Easy

Created by

Aklima Iskakbaeva

Used 7+ times

FREE Resource

84 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Books table has the following columns: ISBN - unique code of the book edition, title of the book, author of the book, number of pages. Which of these columns can be the Primary key?

ISBN

author

pages

title

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the Primary key from the following description: Groups (group_id, name, email)

name

email

group_id

name, group_id

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the Primary key from the following description: Teachers (teacher_id, lastname, email)

email

teacher_id

Teachers

lastname

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the Primary key from the following description: Schedule (schedule_id, course_id, teacher_id, group_id, time, room)

schedule_id

course_id

teacher_id

group_id

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The database has a Courses table with the following columns: course id, course name, number of credits. Select which of the following constraints can be implemented for this table?

the number of credits can be from 1 to 6

books for each course should be available in the university library

course grades must range from 0 to 100%

courses must last 3 months

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The database has a Schedule table with the following columns: schedule_id, course_id, teacher_id, group_id, time, room, day_of_week. Select which of the following constraints can be implemented for this table?

lesson time can be from 08:00 to 22:00

lessons should be interesting

students must attend all lessons

after each lesson, students must complete homework

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The database has a Schedule table with the following columns: schedule_id, course_id, teacher_id, group_id, time, room, day_of_week. Select the possible query for this table.

show group lessons by its id

show how well students understand

the lesson material

show student marks by student_id

show which course students like the most

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?