
Print test
48 Matching questions
- Which of the following tables relates books to authors?
- A field is another term for a(n)____
- You indicate the end of a command by typing a____
- The correct data type for the BALANCE column in the CUSTOMER table is ____
- The ___ command defines a table's structure by listing its columns, data types, and column lengths.
- The ____data type is use to store integers.
- In relational database each ____ should be unique.
- The REP table consists of the sales representatives number, last name, first name, address, total commission, and ___
- The ____ wildcard symbol represents any individual character.
- Which of the following is the primary key of the ORDER_LINE (ORDER_NUM, PART_NUM, NUM_ORDERED, QUOTED_PRICE) table?
- In SQL for Orable and SQL Server, the ___ symbol is used as a wildcard to represent any collection of characters.
- A relation is in ____ if it does not contain any repeating groups.
- Each publisher has a ___ that uniquely identifies the publisher at Henry Books.
- Each book at Henry Books is uniquely identified with a(n) ____
- The ___ clause lets you group data on a particular column.
- You use the ___ clause to list data in a specific order.
- The ____ operator finds rows that do not contain null values in the specified column.
- For any column whose data type is CHAR, values must be enclosed in _____
- The ____ table indicates the number of copies of a particular book that are currently on hand at a particular branch of Henry Books.
- You form compound conditions by connecting two or more simple conditions using the ____ operator.
- In the SELECT clause, you can use the ____ symbol to indicate that you want to include all columns.
- When you need to sort data on two columns, the less important column is called the ____ sort key.
- A ____ file is a text file with a .sql extension that contains SQL commands.
- To display all the rows and columns in a table, type the word SELECT, followed by (n)____, followed by the word FROM and then the name of the table containing the data you want to view.
- Preceding a condition by the ____ operator reverses the truth of the original condition.
- Each line in the Premiere Products order form contains a part number, the number of units of the ordered part, the quoted price, and ______
- The process of determining the particular tables and columns that will comprise a database is known as____
- When a script file contains more than one command, each command must end with a _____.
- ____ is one of the categories of update anomalies.
- To delete an entire table, use the ____ command and then re-create the table.
- A(n) ____ is a characteristic of property of an entity.
- Which of the following is a valid name for a table?
- The ____ operator specifies a range of values in a condition.
- You can use the ____ operator followed by a collection a values to provide a concise way of phrasing certain conditions.
- The ___ field of the WROTE table of Henry Books indicates the order in which the authors of a particular are listed on the cover.
- when you use the ____ function you can use the asterisk (*) to represent any column
- Use the ____ date type for columns that contain letters and special characters and for columns that will not be use in calculations.
- Which of the following operators can be used for a column computation?
- Any column (or collection of columns) that determines another column is called a(n) ___
- ___ can occur then there is a column in a table that is dependent on only a portion of the primary key.
- The ____ operator uses one or more wildcard characters to test for a pattern match.
- The___ clause is used to restrict the groups that will be included.
- The basic form of the SQL SELECT command is _____
- The ____ function calculates a total of the values in a column.
- A(n) ___ is the association between entities.
- The ____ data type stores only the actual character string.
- Which of the following command changes the value in a column?
- In SQL, you use the ____ command to query a database.
- a ASTERISK.
- b NOT
- c Semicolon
- d second normal form
- e script.
- f Part description.
- g Plus ( + )
- h COUNT.
- i HAVING.
- j BETWEEN.
- k LIKE.
- l Determinant.
- m VARCHAR.
- n minor
- o ORDER BY.
- p CREATE TABLE.
- q Semicolon.
- r CHAR.
- s DECIMAL.
- t All of the above. (row,record,tuple)
- u GROUP BY.
- v SELECT
- w %
- x SELECT-FROM-WHERE
- y All of the above (AND,OR,NOT).
- z UPDATE.
- aa IS NOT NULL
- ab IN
- ac DROP TABLE.
- ad relationship.
- ae Inconsistent data.
- af Update anomalies.
- ag TBL_1
- ah CODE.
- ai single quotation marks.
- aj attribute.
- ak database design
- al SUM.
- am INT
- an code.
- ao C) *
- ap SEQUENCE.
- aq ORDER_NUM ANDPART_NUM.
- ar INVENTORY
- as WROTE.
- at Underscore ( _ )
- au Commission rate.
- av Column