Você está na página 1de 3

Instructions:

Write True on the space provided if the statement is correct. Otherwise, underline the word/s that
makes the statement wrong and provide the correct word/s in the space provided

____TRUE___1. SQL is the de facto standard language used to manipulate and retrieve data
from relational databases.

is NOT NECESSARILY limited 2. SQL's capability is limited to asking questions to the database.

____TRUE___3. Indicating the asterisk (*) character instead of column names of a table in select
statements results to displaying all columns inside the table.

____TRUE___4. In the following SQL statement, the word 'FROM' is an expression: "SELECT *
FROM tblexam;".

___WHERE__5. If you ever want to find a particular item or group of items in your database,
you need one or more conditions. Conditions are contained in the ORDER BY clause.

____TRUE___6. An inner join is used when you need to match rows from two tables.

_EQUIJOINS_7. Whenever using inner join, the two tables are being matched on the basis of
the Primary and Foreign Key.

____TRUE___8. ORDER BY is used whenever an aggregate value, Sum or Count, is being


requested to the database.

___TRUE____9. A boolean expression returns a value of either True or False.

___TRUE___10. Whenever the business question contains the word "TOP", the SQL statement
normally includes the ORDER BY reserved word.

Instructions:
Write True on the space provided if the statement is correct. Otherwise,
underline the word/s that makes the statement wrong and provide the
correct word/s in the space provided

___________1. SQL is the de facto standard language used to


manipulate and retrieve data from
relational databases

___________2. SQL's capability is limited to asking questions to


the database

___________3. Indicating the asterisk (*) character instead of


column names of a table
in select statements results to displaying all columns inside the table

___________4. In the following SQL statement, the word 'FROM'


is an expression:
"SELECT * FROM tblexam;"

___________5. If you ever want to find a particular item or group


of items in your
database, you need one or more conditions. Conditions are contained in
the ORDER BY clause.

___________6. An inner join is used when you need to match


rows from two tables.

___________7. Whenever using inner join, the two tables are


being matched on the basis of the Primary and Foreign Key.

___________8. ORDER BY is used whenever an aggregate


value, Sum or Count, is being
requested to the database.
___________9. A boolean expression returns a value of either
True or False.

__________10. Whenever the business question contains the


word "TOP", the SQL
statement normally includes the ORDER BY reserved word.

Your answer
1.True
2.wrong: limited; correct: not limited
3.True
4.True
5.wrong: ORDER BY; correct: WHERE
6.True
7.True
8.wrong: ORDER BY; correct: SELECT
9. True
10.True

Você também pode gostar