SQL-Basics-SET-1

SQL-Basics-SET-1

University

25 Qs

quiz-placeholder

Similar activities

SUMMATIVE TEST (GRADE 8 - COMPUTER)

SUMMATIVE TEST (GRADE 8 - COMPUTER)

University

20 Qs

Latihan PSAS Kelas 9

Latihan PSAS Kelas 9

9th Grade - University

20 Qs

Text me!

Text me!

University

20 Qs

Bloque 3: Programación de dispositivos

Bloque 3: Programación de dispositivos

University

20 Qs

Control Structures  C#

Control Structures C#

University

20 Qs

YAY! Fridate with ComSSA (Network 101)

YAY! Fridate with ComSSA (Network 101)

University

20 Qs

Bridge course with C

Bridge course with C

University

20 Qs

MOTD 2 DSE-C

MOTD 2 DSE-C

University

20 Qs

SQL-Basics-SET-1

SQL-Basics-SET-1

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

R GIRIDHARAN

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following cannot be done using SQL?

Insert records into a Database

Retrieve data from a Database

Delete records from a Database

Update multiple tables of a Database

Answer explanation

We can update only a single table at a time using UPDATE. INSERT INTO is used to insert records, SELECT is used to retrieve data; DELETE is used to delete records.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following terms represents a COLUMN of a Database table?

Attribute, Field

Field, Record

Tuple, Record

Tuple, Attribute

Answer explanation

A Database table consists of columns and rows. These columns are known as Attributes and Fields, rows are known as Tuples and Records.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following terms represents a ROW of a Database table?

Field, Record

Attribute, Field

Tuple, Attribute

Tuple, Record

Answer explanation

A Database table is divided into several rows and columns. These Rows are known as Tuples and Records, Columns are known as Attributes and Fields.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

RDBMS stands for _______

Relative Database Management System

Related Database Management System

Relational Database Management System

Relative Database Management System

Answer explanation

RDBMS stands for Relational Database Management System. RDBMS is the basis for SQL.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The data in RDBMS is stored in ______

Database Object

SQL Object

SQL Server

Database server

Answer explanation

The data in RDBMS is stored in database objects called tables, which is a collection of related data entries.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not true about tables?

It is a Database Object

It is a collection of irrelevant data entries

It consists of Fields known as Columns

It consists of Records known as Rows

Answer explanation

A table is a collection of related data entries and it consists of columns and rows.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Where the specific information about every record of a table is stored?

Answer explanation

A field is a column in a table that is designed to maintain information about every record in the table. A record which is also called as a row contains each individual entry that exists in a table.

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?