Вы находитесь на странице: 1из 3

DATABASE SYSTEM

Read and analyze the problem carefully. Encircle the correct answer.

1. It is a statement that is used to select data from database


A. WHERE
B. SELECT
C. DISTINCT
2. It is used to filter records
A. WHERE
B. SELECT
C. DISTINCT
3. A SQL statement that is used to insert new record in a table
A. INSERT INTO
B. UPDATE
C. DELETE
4. A statement that is used to delete records in a table
A. INSERT INTO
B. UPDATE
C. DELETE
5. It is used to create table in a database
A. CREATE DATABASE
B. CREATE TABLE
C. ALTER TABLE
6. This statement is used to add, delete, or modify columns in an existing table
A. CREATE DATABASE
B. CREATE TABLE
C. ALTER TABLE
7. It is used to temporarily rename a table or a column heading
A. AS
B. JOIN
C. UPDATE
8. This keyword is used to sort the result-set by one or more columns
A. WHERE
B. DISTINCT
C. ORDER BY
9. A clause that is used to combine rows from two or more tables, based on a
common field between them.
A. BETWEEN
B. DISTINCT
C. JOIN
10.It selects all rows from both tables as long as there is match between the
columns in both tables.
A. LEFT JOIN
B. RIGHT JOIN
C. INNER JOIN
11.It returns all rows from the left table, with the matching rows in the right table

12.It

13.A

14.It

15.A

A. LEFT JOIN
B. RIGHT JOIN
C. INNER JOIN
returns all row from the right table with the matching rows in the left table
A. LEFT JOIN
B. RIGHT JOIN
C. INNER JOIN
statement that is used to return only distinct values.
A. WHERE
B. SELECT
C. DISTINCT
is used to delete an index in a table
A. ALTER
B. DELETE
C. DROP
statement that copies data from one table and insert it into a new table
A. INSERT INTO
B. SELECT INTO
C. SELECT

True or False. Write True if the statement is correct and False if its not correct.
_________1. The autonumber datatype accepts number automatically.
_________2. In a field size, the maximum number of character that can be entered in
a field is 256.
_________3. Assigning OLE as the data type will let you list the values for a specific
field.
_________4. Table relationship is also called as object.
_________5. In order to create a table, we need to create form first.
_________6. OLE is a data type for a field Student Name.
_________7. Input mask will provide format for the value entered in a field.
_________8. Validation rule is the message that will appear in the screen.
_________9. Design view in a table will let you edit the field name and data type.
_________10. Form view in a form will mean that user can enter records.
_________11. Table is an object with rows and columns.
_________12. Report will provide hard copy for the records.
_________13. Delete record button can be accessed in the form operation.
_________14. Add record button can be accessed in the form operation.
_________15. Data type refers to the quality of the data.

Вам также может понравиться