Chapter 2: Basic SQL SELECT StatementsTRUE/FALSE1.The majority of operations performed on a typical database table utilize the SELECT statement.PTS:1REF:30
Get answer to your question and much more
2.When a user asks the database a question, the user is issuing a query.PTS:1REF:31
Get answer to your question and much more
3.Each section of a SQL command that begins with a keyword is known as a statement.PTS:1REF:31
Get answer to your question and much more
4.A clause is a section within a SQL statement that begins with a keyword.PTS:1REF:31
Get answer to your question and much more
5.SQL*Plus is an Oracle tool used to enter and edit SQL statements.PTS:1REF:27
Get answer to your question and much more
6.SQL*Plus can only be accessed via an internet interface.PTS:1REF:27
Get answer to your question and much more
7.A script file containing SQL statements can be executed from SQL*Plus.PTS:1REF:27
Get answer to your question and much more
8.The DESCRIBE command is used to view data in a table.PTS:1REF:30
Get answer to your question and much more
9.A query is accomplished by issuing a SELECT statement.PTS:1REF:31
Get answer to your question and much more
10.The asterisk symbol (*) can be used in a SELECT statement to indicate that all rows in the tableshould be displayed in the results.PTS:1REF:31|32
Get answer to your question and much more
11.A user can indicate that all columns of a table should be displayed in the results of a SELECTstatement by including an asterisk (*) in the SELECT clause.PTS:1REF:31|32
Get answer to your question and much more
12.Column headings may be truncated in the results of a SELECT statement.
We have textbook solutions for you!

The document you are viewing contains questions related to this textbook.
Chapter ACM3 / Exercise 19
Illustrated Microsoft Office 365 & Office 2016 for Medical Professionals
Beskeen/Cram
PTS:1REF:32
Get answer to your question and much more
13.The SELECT clause of the SELECT statement is used to identify which rows are to be retrieved froma specified table.PTS:1REF:31
Get answer to your question and much more
14.Choosing specific columns to be displayed by a SELECT statement is known as selection.PTS:1REF:33
Get answer to your question and much more
15.Choosing specific columns to be displayed by a SELECT statement is known as projection.PTS:1REF:33
Get answer to your question and much more
16.If a column name is entered in lower case in the SELECT statement, the data for the column will bedisplayed in lower case in the results.PTS:1REF:34
Get answer to your question and much more
17.If multiple column names are listed in the SELECT clause of a SELECT statement, the columns mustbe separated by a comma (,).PTS:1REF:34|35
Get answer to your question and much more
18.The columns displayed in the results of a SELECT statement will be in the same order as they arestored in the database table.PTS:1REF:35
Get answer to your question and much more
19.If you assign a column alias to a column, it must be enclosed in double quotation marks (" ").PTS:1REF:37
Get answer to your question and much more
20.By default, a column alias is displayed in lower case characters in the results.PTS:1REF:37
Get answer to your question and much more
Upload your study docs or become a
Course Hero member to access this document
Upload your study docs or become a
Course Hero member to access this document
End of preview. Want to read all 16 pages?
Upload your study docs or become a
Course Hero member to access this document
Term
Spring
Professor
Wang,T
Tags