SQL-Basics-SET-1

SQL-Basics-SET-1

Assessment

Flashcard

Computers

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

25 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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

Back

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.

FLASHCARD QUESTION

Front

Which of the following terms represents a COLUMN of a Database table? Attribute, Field, Field, Record, Tuple, Record, Tuple, Attribute

Back

Attribute, Field

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.

FLASHCARD QUESTION

Front

Which of the following terms represents a ROW of a Database table? Field, Record; Attribute, Field; Tuple, Attribute; Tuple, Record

Back

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.

FLASHCARD QUESTION

Front

RDBMS stands for _______

Back

Relational Database Management System

Answer explanation

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

5.

FLASHCARD QUESTION

Front

The data in RDBMS is stored in ______

Back

Database Object

Answer explanation

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

6.

FLASHCARD QUESTION

Front

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

Back

It is a collection of irrelevant data entries

Answer explanation

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

7.

FLASHCARD QUESTION

Front

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

Back

fields

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?