MySql Day-5

MySql Day-5

University

30 Qs

quiz-placeholder

Similar activities

Windows Event ID

Windows Event ID

University

25 Qs

AUDIT SI UAS

AUDIT SI UAS

University

28 Qs

KOMPUTER AKUNTANSI KELAS XII

KOMPUTER AKUNTANSI KELAS XII

12th Grade - University

25 Qs

Time Complexity Fun

Time Complexity Fun

University

29 Qs

Long Test | System Administration and Infrastructure Management

Long Test | System Administration and Infrastructure Management

University

30 Qs

IT квиз

IT квиз

University

30 Qs

Latihan DB

Latihan DB

University

35 Qs

Lesson 12

Lesson 12

University

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