SQL - Session 4

SQL - Session 4

University

5 Qs

quiz-placeholder

Similar activities

(U10) B1/B2 GRAMMAR: INDIRECT QUESTIONS

(U10) B1/B2 GRAMMAR: INDIRECT QUESTIONS

9th Grade - Professional Development

10 Qs

EDUC200 Curricula: Ch. 4

EDUC200 Curricula: Ch. 4

University

8 Qs

RDBMS 3RD UNIT

RDBMS 3RD UNIT

University

10 Qs

URL-BD1-ExamenCorto - Test

URL-BD1-ExamenCorto - Test

University

10 Qs

OOPS MOCK QUIZ

OOPS MOCK QUIZ

University

10 Qs

EID preparation

EID preparation

University

10 Qs

CC-35 Beraya

CC-35 Beraya

University

8 Qs

HTML e CSS

HTML e CSS

University

10 Qs

SQL - Session 4

SQL - Session 4

Assessment

Quiz

Education

University

Hard

Created by

Peter Stikker

Used 90+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When will an implication result in a False value? (i.e. when is p => q False)

0 => 0

0 => 1

1 => 0

1 => 1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a SQL query, you can select specific rows (records) using...

SELECT

FROM

WHERE

USE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the result be of the following query?

(you can assume the student table has a lot of names in it, including Pascal, and Anne)

SELECT *

FROM student

WHERE [name] = '_a%'

an error

an empty table

all info in student, from students who's name have the letter a in them

all info in student, from students who's name has an a as the second letter

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The UPDATE command is part of SQL's...

DML

DCL

DDL

DHL

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The referential integrity states that a foreign key refers to a primary key or is.....