. .
Test por , creado hace más de 1 año

asdf Test sobre Chapter 7 (True/False), creado por . . el 22/09/2016.

84
2
0
. .
Creado por . . hace casi 8 años
Cerrar

Chapter 7 (True/False)

Pregunta 1 de 30

1

1. A database language enables the user to create database and table structures to perform basic data management
chores.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 2 de 30

1

2. A database language enables the user to perform complex queries designed to transform the raw data into useful
information.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 3 de 30

1

3. The ANSI prescribes a standard SQL–the current fully approved version is known as SQL-07.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 4 de 30

1

4. The ANSI SQL standards are also accepted by the ISO.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 5 de 30

1

5. SQL is considered difficult to learn; its command set has a vocabulary of more than 300 words.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 6 de 30

1

6. Data type selection is usually dictated by the nature of the data and by the intended use.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 7 de 30

1

7. Only numeric data types can be added and subtracted in SQL.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 8 de 30

1

8. Entity integrity is enforced automatically when the primary key is specified in the CREATE TABLE command
sequence.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 9 de 30

1

9. The CHECK constraint is used to define a condition for the values that the attribute domain cannot have.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 10 de 30

1

10. SQL requires the use of the ADD command to enter data into a table.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 11 de 30

1

11. You cannot insert a row containing a null attribute value using SQL

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 12 de 30

1

12. To list the contents of a table, you must use the DISPLAY command.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 13 de 30

1

13. Any changes made to the contents of a table are not physically saved on disk until you use the SAVE<table name> command.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 14 de 30

1

14. The COMMIT command does not permanently save all changes. In order to do that, you must use SAVE

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 15 de 30

1

15. If you have not yet used the COMMIT command to store the changes permanently in the database, you can restore the database to its previous condition with the ROLLBACK command.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 16 de 30

1

16. All SQL commands must be issued on a single line

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 17 de 30

1

17. Although SQL commands can be grouped together on a single line, complex command sequences are best shown on separate lines, with space between the SQL command and the command’s components.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 18 de 30

1

18. You can select partial table contents by naming the desired fields and by placing restrictions on the rows to be included in the output.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 19 de 30

1

19. Oracle users can use the Access QBE (query by example) query generator.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 20 de 30

1

20. Since computers identify all characters by their numeric codes, mathematical operators cannot be used to place restrictions on character-based attributes.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 21 de 30

1

21. String comparisons are made from left to right.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 22 de 30

1

22. Date procedures are often more software-specific than other SQL procedures.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 23 de 30

1

23. SQL allows the use of logical restrictions on its inquiries such as OR, AND, and NOT.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 24 de 30

1

24. ANSI-standard SQL allows the use of special operators in conjunction with the WHERE clause.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 25 de 30

1

25. The conditional LIKE must be used in conjunction with wildcard characters.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 26 de 30

1

26. Most SQL implementations yield case-insensitive searches.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 27 de 30

1

27. Some RDBMSs, such as Microsoft Access, automatically make the necessary conversions to eliminate case
sensitivity.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 28 de 30

1

28. The COUNT function is designed to tally the number of non-null "values" of an attribute, and is often used in conjunction with the DISTINCT clause.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 29 de 30

1

29. To join tables, simply enumerate the tables in the FROM clause of the SELECT statement. The DBMS will create a Cartesian product of every table in the FROM clause. To get the correct results, you need to select the rows in which the common attributes do not match.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 30 de 30

1

30. When joining three or more tables, you need to specify a join condition for one pair of tables.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación