Week 0-1

Week 0-1

University

10 Qs

quiz-placeholder

Similar activities

Let's Play Excel Excel...!

Let's Play Excel Excel...!

University

15 Qs

DBMS-Basic concepts

DBMS-Basic concepts

University

10 Qs

CHYS 4424 Week 4

CHYS 4424 Week 4

University

13 Qs

Power Query Quiz

Power Query Quiz

University

8 Qs

ทดสอบปลายภาค

ทดสอบปลายภาค

University

10 Qs

Gunning Ch 8-10:  Reading Comprehension and Study Skills Quiz

Gunning Ch 8-10: Reading Comprehension and Study Skills Quiz

University

13 Qs

Lección 1 Master Programming Java Script

Lección 1 Master Programming Java Script

University

10 Qs

DBMS 6

DBMS 6

University

10 Qs

Week 0-1

Week 0-1

Assessment

Quiz

Education

University

Hard

Created by

DBS Semester

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To switch to the `sakila` database, what query is correct?

SELECT sakila;

SELECT SCHEMA sakila;

USE sakila;

SHOW sakila;

SWITCH DEFAULT sakila;

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the following query output?

SELECT DATABASE()

The databases managed by the server

Invalid query due to missing semi-colon

Invalid query due to wrong syntax

Shows the tables present in the database

Describes the information in each table column

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the following query output?

DESCRIBE sakila;

The description of the `sakila` database

Invalid query due to missing semi-colon

Invalid query due to wrong syntax

Shows the tables present in the database

Describes the information in each table column

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these keywords ensures that the table is visible only within the current session and is dropped automatically when the session is closed?

CREATE TABLE

TEMPORARY

CLONE

CREATE new_table LIKE orig_table;

(LIKE)

INVISIBLE

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

At the time of creation or after the creation of the table, constraints can be modified using ____ keyword

CONSTRAINT

EDIT

MODIFY

ALTER

CHANGE

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

PRIMARY KEY has implicit NOT NULL constraint

True

False

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

FOREIGN KEY has implicit NOT NULL constraint

True

False

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?