Preview

Quiz on Restricting Rows and Sorting Data

Satisfactory Essays
Open Document
Open Document
4553 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Quiz on Restricting Rows and Sorting Data
Chapter 8: Restricting Rows and Sorting Data

TRUE/FALSE

1. Retrieving only certain rows from a table is known as projection.

ANS: F PTS: 1 REF: 223

2. Retrieving only specific rows from a table is a process known as selection.

ANS: T PTS: 1 REF: 223

3. Although Oracle10g is not case sensitive in regards to keywords, table names, and column names, it is case sensitive when comparing search conditions to the data contained in a database table.

ANS: T PTS: 1 REF: 225

4. Search conditions for data contained in non-numeric columns must be enclosed in double quotation marks.

ANS: F PTS: 1 REF: 226 | 249

5. Search conditions for data contained in numeric columns must be enclosed in single quotation marks.

ANS: F PTS: 1 REF: 226

6. The BETWEEN...AND comparison operator can be used to specify a range of values as a search condition.

ANS: T PTS: 1 REF: 230

7. The IN comparison operator is used when searching for a pattern of characters.

ANS: F PTS: 1 REF: 230

8. The percent sign (%) and asterisk (*) symbols can be used with the LIKE comparison operator to create a search pattern.

ANS: F PTS: 1 REF: 236

9. The percent sign (%) and underscore (_) symbols can be used with the LIKE comparison operator to create a search pattern.

ANS: T PTS: 1 REF: 236

10. The percent sign (%) is used in a search pattern to indicate "exactly one character in this position".

ANS: F PTS: 1 REF: 236

11. The underscore symbol (_) is used in a search pattern to indicate "exactly one character in this position".

ANS: T PTS: 1 REF: 236

12. When two conditions are joined by the AND logical operator, only one of the conditions must be TRUE to be included in the query results.

ANS: F PTS: 1 REF: 238

13. When two conditions are joined by the AND logical operator, both of the conditions must be evaluated as FALSE to be included in the query results.

ANS: F PTS: 1 REF: 238

14. When two conditions are joined by the AND logical operator, both of the conditions must be

You May Also Find These Documents Helpful

  • Good Essays

    The SELECT statement is the primary means of extracting data from database tables, and allows you to determine exactly which data you want to extract by means of different comparison operators used in the WHERE clause. This includes the use of specific "wild card" characters which allow you to search for character or number patterns within the data. You can also perform mathematical expressions within the SELECT statement to create derived output. The ORDER BY clause allows you to sort the output data in either ascending (the default) or descending order. Lab #5 will explore all of these applications of the SELECT statement.…

    • 1559 Words
    • 7 Pages
    Good Essays
  • Good Essays

    Cs 5020 Unit 5 Report

    • 594 Words
    • 3 Pages

    In the URI we are specifying gender using a query string parameter if the value of this parameter is all then we want the method to return all employees if it’s male then only male employees if it’s female then only female employees. Or if you want to list all employees then specify all.…

    • 594 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Unit 6 True

    • 287 Words
    • 1 Page

    The LIKE keyword can be used with the '%' to search for patterns in character data. TRUE…

    • 287 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    Ans : This matches any file with 2 characters, first being a lower case letter and the second being a number from 0 to 9…

    • 529 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Hrm Labor

    • 363 Words
    • 2 Pages

    | (TCO 2) Use the ____ data type for columns that contain letters and special characters and for columns containing numbers that will not be used in calculations.…

    • 363 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Unit 5 Midterm Exam PA 201

    • 613 Words
    • 11 Pages

    Using this type of search method you can type in a simple question, without the…

    • 613 Words
    • 11 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Q3. Which one of the following is not a reason for exemption under data protection legislation?…

    • 507 Words
    • 3 Pages
    Satisfactory Essays
  • Better Essays

    Symbol Table

    • 1792 Words
    • 8 Pages

    The symbol table is searched every time a name is encountered in the source text. Changes to the symbol table occur if a new name or new information about an existing name is discovered.…

    • 1792 Words
    • 8 Pages
    Better Essays
  • Powerful Essays

    HRM for fedex

    • 10138 Words
    • 41 Pages

    features to limit my searches in two ways: by data type, and by domain extension. I…

    • 10138 Words
    • 41 Pages
    Powerful Essays
  • Good Essays

    Full text search is a technique for searching a document or database stored in the computer. A full text search engine examines all the words, in every stored document, to find a match of the keyword searched by the user. Many web sites and application programs provide full-text search capabilities.…

    • 599 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Acc564 Week 5 Homewrk

    • 2054 Words
    • 9 Pages

    Range check to verify that the field contains only four digits within the range of 0001 to 1368.…

    • 2054 Words
    • 9 Pages
    Good Essays
  • Good Essays

    De Morgan's Theorem

    • 485 Words
    • 2 Pages

    In formal logic, De Morgan's laws are rules relating the logical operators "and" and "or" in terms of each other via negation, namely:…

    • 485 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Google Case

    • 763 Words
    • 4 Pages

    Search engines in these days worked with an algorithm which counted the search word on…

    • 763 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    ADDBASE Research Paper

    • 570 Words
    • 4 Pages

    The ALL comparison condition is used to compare a value to a list or subquery. It must be preceded by =, !=, >, ALL (2000, 3000, 4000);…

    • 570 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Tree Balancing

    • 3117 Words
    • 389 Pages

    L09 Tree Balancing CX1007 Data Structures 2013/14 S2 Mark Yong Today • Importance of balance for BSTs • Balancing operaGons in self-­‐balancing BSTs • Pseudocode + worked examples CX1007 Data Structures 2013/14 S2 2 Recall: Why use BSTs? • BSTs are a special form of BT L •…

    • 3117 Words
    • 389 Pages
    Satisfactory Essays

Related Topics