Search Header Logo

Week 0-1

Authored by DBS Semester

Education

University

Used 3+ times

Week 0-1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?