MySQL Practice

MySQL Practice

12th Grade

9 Qs

quiz-placeholder

Similar activities

SQL- Join, Group by, having

SQL- Join, Group by, having

9th - 12th Grade

10 Qs

Clauses in MySQL

Clauses in MySQL

12th Grade

10 Qs

SQLite 2

SQLite 2

12th Grade

10 Qs

DDL

DDL

12th Grade

6 Qs

Python Pandas

Python Pandas

12th Grade

9 Qs

MTA Databse 1.0

MTA Databse 1.0

9th - 12th Grade

13 Qs

Word Tables

Word Tables

9th - 12th Grade

10 Qs

SQL Concept with Prac Q

SQL Concept with Prac Q

12th Grade

10 Qs

MySQL Practice

MySQL Practice

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Tejendra Pachhai

Used 40+ times

FREE Resource

9 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Which command is used to open an existing database?

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Command to view structure of the table named ‘STUDENT ‘.

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Command to view structure of the table named ‘STUDENT ‘.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A key which allows unique or null values.

Unique

Null key

Primary key

Alternate key

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

To destroy the table named ‘STUDENT ‘.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Delete * from empl;

Deletes all tuples.

updates the table emp with null.

Destroys the table.

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

TCL commands are:-

DEFAULT

GRANT

REVOKE

ROLLBACK

8.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Pattered matching in SELECT command can be done using:-

@

&

_

%

9.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Examples of DBMS software are:-

MySQL

ORACLE

JAVA

FOXPRO