Filters
Question type

Study Flashcards

Which of the following is not a standard data type used in SQL?


A) Text
B) Char
C) Varchar
D) Integer
E) Numeric

Correct Answer

verifed

verified

Which symbol is used in standard SQL as a wildcard to represent a single,unspecified character?


A) (percent sign) %
B) (exclamation mark) !
C) (underscore) _
D) (question mark) ?
E) (semi-colon) ;

Correct Answer

verifed

verified

Which SQL keyword is used to specify a condition that rows must meet to be included in the results of an SQL SELECT query?


A) SELECT
B) FROM
C) WHERE
D) ORDER BY
E) GROUP BY

Correct Answer

verifed

verified

Explain why it is important to learn SQL.

Correct Answer

verifed

verified

Most modern DBMS products support SQL as...

View Answer

To force the DBMS to remove duplicate rows from the results of an SQL SELECT query,the keyword DISTINCT must be used.

Correct Answer

verifed

verified

The SQL command used to add new data to a table is ________.

Correct Answer

verifed

verified

Explain how to run an SQL query in Microsoft Access.

Correct Answer

verifed

verified

To run an SQL query in Microsoft Access,...

View Answer

Which type of join,although not included in standard SQL,was created to allow unmatched rows to appear in the result of a join operation?


A) ODD JOIN
B) OPEN JOIN
C) OUTER JOIN
D) INNER JOIN
E) COMBINE JOIN

Correct Answer

verifed

verified

One way to specify all of the columns of a table is to use the special character * after the SQL keyword ________.

Correct Answer

verifed

verified

In SQL,the order of the rows that result from a SELECT statement can be set using the SORT BY phrase.

Correct Answer

verifed

verified

The values of existing data can be removed from a table using the SQL ________ command,which can even be used to remove all the data in the table at one time.

Correct Answer

verifed

verified

Conditions after the WHERE keyword require single quotes around the values for columns that have which data type?


A) Char
B) VarChar
C) Integer
D) Numeric
E) Both A and B

Correct Answer

verifed

verified

Microsoft Access SQL allows table structures to be modified by using the standard SQL ________ command.

Correct Answer

verifed

verified

Standard SQL does not allow built-in functions to be used in a WHERE clause.

Correct Answer

verifed

verified

In Microsoft Access,standard SQL table creation syntax items not supported by Access SQL can generally be implemented by:


A) setting the Data Types in Access table Design View.
B) setting the field properties in Access table Design View.
C) setting the relationship properties in the Edit Relationship dialog box.
D) setting the referential integrity properties in the Edit Relationship dialog box.
E) running an ALTER TABLE query in Access SQL.

Correct Answer

verifed

verified

For a column to be defined as the primary key using table constraints,the column must have been given the property NULL.

Correct Answer

verifed

verified

Which of the following standard SQL data types is not supported in Microsoft Access SQL?


A) Integer
B) Char(25)
C) VarChar(35)
D) Numeric(5,3)
E) DateTime

Correct Answer

verifed

verified

Data is added to a table using the SQL INSERT command.

Correct Answer

verifed

verified

In SQL,the IS NULL keyword can be used to select on records containing NULL values in a particular column.

Correct Answer

verifed

verified

Distinguish between the HAVING clause and the WHERE clause.

Correct Answer

verifed

verified

The HAVING clause and the WHERE clause d...

View Answer

Showing 61 - 80 of 96

Related Exams

Show Answer