SQL Queries 6

SQL Queries 6

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

bài 21 tin 11 kntt

bài 21 tin 11 kntt

11th Grade

14 Qs

J277 - 2.2 - The use of SQL to search for data

J277 - 2.2 - The use of SQL to search for data

10th Grade - University

10 Qs

Structured Query Language Quiz

Structured Query Language Quiz

12th Grade

15 Qs

MYSQL

MYSQL

12th Grade

15 Qs

Basis Data XI

Basis Data XI

11th Grade

15 Qs

SQL- Join, Group by, having

SQL- Join, Group by, having

9th - 12th Grade

10 Qs

Join-2

Join-2

12th Grade

13 Qs

GCSE 2.2 SQL

GCSE 2.2 SQL

9th - 11th Grade

12 Qs

SQL Queries 6

SQL Queries 6

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Ghanshyam Sharma

Used 76+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The “father” of MySQL is ______.

Michael Widenius

Bill Joy

Bill Gates

Stephanie Wall

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To use MySQL on your computer, you’ll need

Perl, PHP or Java

Some sort of client program to access the databases

A Browser

FTP and Telnet

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these is not a valid name for a column

Where

Near

Order

From

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In a LIKE clause, you can could ask for any value ending in “ton” by writing

LIKE ton$

LIKE ^.*ton$

LIKE %ton

LIKE *ton

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The USE command

Is a pseudonym for the SELECT command

Has been deprecated and should be avoided for security reasons

Should be used to choose the database you want to use once you’ve connected to MySQL

Is used to load code from another file

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In a LIKE clause, you can ask for any 6 letter value by writing:

LIKE ??????

LIKE .{6}

LIKE …… (that’s six dots)

LIKE ______ (that’s six underscore characters)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

MySQL runs on which operating systems?

Unix and Linux only

Linux and Mac OS-X only

Unix, Linux, Windows and others

Any operating system at all

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?