SQL-Basics-SET-1

SQL-Basics-SET-1

University

25 Qs

quiz-placeholder

Similar activities

Triggers

Triggers

University

20 Qs

MongoDB คืออะไร

MongoDB คืออะไร

10th Grade - Professional Development

20 Qs

SQL Basics

SQL Basics

University

20 Qs

SQL Quiz

SQL Quiz

University

23 Qs

DBMS QUIZ-1

DBMS QUIZ-1

University

20 Qs

JDBC

JDBC

University

20 Qs

SQL

SQL

University

20 Qs

JDBC

JDBC

University

20 Qs

SQL-Basics-SET-1

SQL-Basics-SET-1

Assessment

Quiz

Computers

University

Medium

Created by

R GIRIDHARAN

Used 4+ times

FREE Resource

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