Preview

02

Satisfactory Essays
Open Document
Open Document
4219 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
02
Chapter 2: Basic SQL SELECT Statements

TRUE/FALSE

1. An RDBMS is a software program that allows users to enter, manipulate, and retrieve data.

ANS: T PTS: 1 REF: 25

2. An ORDBMS is more advanced than a simple RDBMS since the user can also create reports.

ANS: F PTS: 1 REF: 26

3. There are six editions available for Oracle10g.

ANS: F PTS: 1 REF: 26

4. The majority of operations performed on a database table utilize the SELECT statement.

ANS: T PTS: 1 REF: 28

5. When a user asks the database a question, the user is issuing a query.

ANS: T PTS: 1 REF: 28

6. Each section of a SQL command that begins with a keyword is known as a statement.

ANS: F PTS: 1 REF: 29

7. A clause is a section within a SQL statement that begins with a keyword.

ANS: T PTS: 1 REF: 29

8. SQL*Plus is an Oracle tool used to enter and edit SQL statements.

ANS: T PTS: 1 REF: 26

9. SQL*Plus can only be accessed via an internet interface.

ANS: F PTS: 1 REF: 26

10. A script file containing SQL statements can be executed from SQL*Plus.

ANS: T PTS: 1 REF: 26

11. The DESCRIBE command is used to view data in a table.

ANS: F PTS: 1 REF: 26

12. A query is accomplished by issuing a SELECT statement.

ANS: T PTS: 1 REF: 28

13. The asterisk symbol (*) can be used in a SELECT statement to indicate that all rows in the table should be displayed in the results.

ANS: F PTS: 1 REF: 29

14. A user can indicate that all columns of a table should be displayed in the results of a SELECT statement by including an asterisk (*) in the SELECT clause.

ANS: T PTS: 1 REF: 29

15. Column headings may be truncated in the results of a SELECT statement.

ANS: T PTS: 1 REF: 30

16. The SELECT clause of the SELECT statement is used to identify which rows are to be retrieved from a specified table.

ANS: F PTS: 1 REF: 31

17. Choosing specific columns to be displayed by a SELECT statement is known as selection.

ANS: F PTS: 1 REF: 31

18. Choosing specific columns to be displayed by a

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

    Declares > this is the statements that declare variables, constants, and other code elements, which can then be used within that block…

    • 193 Words
    • 1 Page
    Good Essays
  • Powerful Essays

    Nt1310 Unit 1

    • 4209 Words
    • 17 Pages

    It parses and also executes the statement Displays the execution plan for the select statement automatically…

    • 4209 Words
    • 17 Pages
    Powerful Essays
  • Satisfactory Essays

    cis3730_Exam1_Studyguide

    • 512 Words
    • 2 Pages

    Understand the three components of a basic select statement and what do they mean (select, from, where).…

    • 512 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Unit 6 True

    • 287 Words
    • 1 Page

    The * in SELECT * clause of an SQL statement is a wildcard for returning all columns in a table. TRUE…

    • 287 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    One benefit of a relational database management system is that it contains a built-in query language, which lets you obtain immediate answers to the questions you ask about your data. _________________________…

    • 585 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Structured Query Language (SQL) is a standard database computer language used for querying, modifying and managing data in Relational Database Management Systems (RDBMS). SQL was developed in the 1970's by IBM to initially manipulate and retrieve data in IBM System R. The SQL language was standardized in 1986 by the American National Standards Institute (ANSI); however, later releases were released as International Organization for Standardization (ISO) standards.…

    • 612 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    List the relational operators and logical operators that can be used to form a validation rule.…

    • 636 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    unit 6

    • 360 Words
    • 2 Pages

    6) The * in SELECT * clause of an SQL statement is a wildcard for returning all columns in a table.…

    • 360 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Assignment Homework

    • 1073 Words
    • 5 Pages

    | 0 | SELECT STATEMENT | | 35 | 805 | 6 (17)| 00:00:01 |…

    • 1073 Words
    • 5 Pages
    Powerful Essays
  • Powerful Essays

    The SQL command that lets you insert data into a table, one row at a time, is…

    • 1917 Words
    • 8 Pages
    Powerful Essays
  • Satisfactory Essays

    Is3110 Chapter 1

    • 789 Words
    • 4 Pages

    1. In a ____ database such as those maintained by Access, a database consists of a collection of tables, each of which contains information on a specific subject.…

    • 789 Words
    • 4 Pages
    Satisfactory Essays
  • Good Essays

    "SQL Sql Database Language Data Standard Query Programming Set." Business, Economy, Market Research, Finance, Income Tax Informations. N.p., n.d. Web. 26 Sept. 2012. <http://www.economicexpert.com/a/SQL:programming:language.htm>.…

    • 701 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Athabasca Assignment

    • 837 Words
    • 4 Pages

    Relational databases are not new technology. Commercially, they gained importance in the early 1980s with the introduction of Oracle’s relational database, and since then they have been an essential tool for most businesses. Databases are critical tools that help to support various business functions in an organization. These information systems help a business to build and maintain competitive advantage. Databases not only support the operational levels of business—they are also used to support the activities of managers.…

    • 837 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    Relational Database Paper

    • 547 Words
    • 3 Pages

    The purpose of a query is to retrieve information from a table or tables, which can be based on some type of criteria. To put it simply, a query is designed to get you an answer from data already stored in the database.…

    • 547 Words
    • 3 Pages
    Satisfactory Essays

Related Topics