MySql Day-5

MySql Day-5

University

30 Qs

quiz-placeholder

Similar activities

¿Cuánto sabes de HTML Y CCS?

¿Cuánto sabes de HTML Y CCS?

University

28 Qs

PrT FD - 5A PNM 2022

PrT FD - 5A PNM 2022

University

35 Qs

5th Grade - CCRC / SORA / Kids Catalog / Genre Quiz

5th Grade - CCRC / SORA / Kids Catalog / Genre Quiz

5th Grade - University

25 Qs

Database Systems Quiz SE(Blue)

Database Systems Quiz SE(Blue)

University

30 Qs

UTS - Basis Data Lanjut

UTS - Basis Data Lanjut

University

35 Qs

Latihan A

Latihan A

University

30 Qs

The GCCP Quiz

The GCCP Quiz

University

25 Qs

KOMPUTER AKUNTANSI KELAS XI

KOMPUTER AKUNTANSI KELAS XI

12th Grade - University

25 Qs

MySql Day-5

MySql Day-5

Assessment

Quiz

Other

University

Hard

Created by

Gnanavel Durairaj

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which privilege allows a MySQL user to create and manage databases?

SELECT

CREATE

INSERT

DROP

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To grant a user full access to all databases in MySQL, which command would you use?

GRANT ALL PRIVILEGES ON * . * TO 'username'

GRANT SELECT ALL ON * . *TO 'username'

GRANT ALL PRIVILEGES ON dbname TO 'username'

GRANT FULL ACCESS ON * TO 'username'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which privilege is required to allow a user to execute stored procedures and functions in MySQL?

EXECUTE

ALTER

CREATE ROUTINE

SUPER

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default root password for a fresh MySQL installation?

password

root

No password

admin

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands displays the current user privileges in MySQL?

SHOW GRANTS

SHOW USERS

LIST PRIVILEGES

SHOW ACCESS

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which MySQL function can be used to encrypt passwords?

AES_ENCRYPT()

PASSWORD()

ENCRYPT()

SHA2()

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

In MySQL, a user can be granted ______ privilege to be able to read from a database.

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?