Databases Quiz

Databases Quiz

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Privacy and Personal Information

Privacy and Personal Information

1st - 10th Grade

10 Qs

Anime

Anime

KG - University

10 Qs

QBASIC Programming

QBASIC Programming

5th - 10th Grade

10 Qs

Internet dan Jaringan Komputer

Internet dan Jaringan Komputer

8th Grade

15 Qs

Python lesson 3

Python lesson 3

8th Grade

11 Qs

EVOLUTION OF COMPUTERS

EVOLUTION OF COMPUTERS

3rd - 8th Grade

10 Qs

Internet Safety Quiz

Internet Safety Quiz

5th - 6th Grade

10 Qs

Business Document and Preparation

Business Document and Preparation

8th Grade

10 Qs

Databases Quiz

Databases Quiz

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Ambika Sri

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SQL stands for_______

Style Query Language

Structured Query Language

Syntax Query Language

Symbol Query Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below queries is syntactically correct?

create table student_data (name, class, marks) with types (text, int, int)

create table student_data (name varchar(50), class int, marks int);

create table student_daa(name-varchar(50), id-int, marks-int);

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To change the name of a table in MySQL which of the following queries is used?

rename table oldtable to newtable;

rename table change oldtable to newtable;

rename table modify oldtable to newtable;

rename table to newtable from oldtable;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Of The Following Query Is Correct To Filter Columns While Fetching The Data?

Select * From Student Where Column=Name And Column=Marks

Select Name, Marks From Student

Select Columns Name, Marks From Student

Select Data Name, Marks From Student

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

boolean data type contains only 2 possible values

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All the rows from one table are fetched when _____is used.

Inner join

Left join

Right join

B & C

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The commands in SQL are case sensitive.

True

False

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?