SQL Queries 6

SQL Queries 6

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

SQL WILDCARDS

SQL WILDCARDS

10th - 12th Grade

9 Qs

Database Management

Database Management

12th Grade

10 Qs

SQL

SQL

12th Grade

15 Qs

PRETEST BASIS DATA KELAS 11

PRETEST BASIS DATA KELAS 11

11th Grade

10 Qs

XII CSc-Qiz20ii

XII CSc-Qiz20ii

12th Grade

10 Qs

Ujian Praktek Basis Data - SQL - XI RPL 1

Ujian Praktek Basis Data - SQL - XI RPL 1

11th Grade

11 Qs

SQL: DML DDL DCL

SQL: DML DDL DCL

11th - 12th Grade

13 Qs

SQL JOIN, Order By, Group By

SQL JOIN, Order By, Group By

12th Grade

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