SQL.

SQL.

University

84 Qs

quiz-placeholder

Similar activities

Let's Cook (Food Safety & Sanitation

Let's Cook (Food Safety & Sanitation

9th Grade - University

86 Qs

Medical Assistant: Ch. 1 - Medical Terminology - Multiple Choice

Medical Assistant: Ch. 1 - Medical Terminology - Multiple Choice

University

80 Qs

GK QUIZ

GK QUIZ

KG - Professional Development

82 Qs

Immune System AP Biology

Immune System AP Biology

9th Grade - University

80 Qs

CafreEqEvol

CafreEqEvol

12th Grade - University

82 Qs

Basic Tech Quiz

Basic Tech Quiz

12th Grade - University

79 Qs

Vital Signs

Vital Signs

University

89 Qs

GEEC 101: ENVIRONMENTAL SCIENCE FINAL EXAM

GEEC 101: ENVIRONMENTAL SCIENCE FINAL EXAM

University

80 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?