MNSU CIS 440 Fall 2020 Quiz 2

Beschreibung

CIS 440 Quiz 2 of Fall 2020 offered by Minnesota State University, Makato.
Kyle Peterson
Quiz von Kyle Peterson, aktualisiert more than 1 year ago
Kyle Peterson
Erstellt von Kyle Peterson vor mehr als 3 Jahre
79
0

Zusammenfassung der Ressource

Frage 1

Frage
Microsoft SQL Server uses:
Antworten
  • T-SQL
  • PL/SQL
  • DDL
  • DML

Frage 2

Frage
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.
Antworten
  • True
  • False

Frage 3

Frage
With the exception of the database creation process, most RDBMS vendors use SQL that deviates little from the ANSI standard SQL.
Antworten
  • True
  • False

Frage 4

Frage
Which clause is specifically used with aggregate functions?
Antworten
  • WHERE
  • DISTINCT
  • HAVING
  • ORDER BY

Frage 5

Frage
The underscore wildcard is used just like % but instead of matching multiple characters, the underscore matches just a single character.
Antworten
  • True
  • False

Frage 6

Frage
Which SQL statement is used to return only different values?
Antworten
  • SELECT UNIQUE
  • SELECT DIFFERENT
  • SELECT DISTINCT
  • All of the above

Frage 7

Frage
Which SQL keyword is used to sort the result-set?
Antworten
  • SORT
  • SORT BY
  • ORDER
  • ORDER BY

Frage 8

Frage
Which one of the following is NOT part of DDL?
Antworten
  • SELECT INTO
  • CREATE
  • ALTER
  • TRUNCATE

Frage 9

Frage
CAST is unique to T-SQL.
Antworten
  • True
  • False

Frage 10

Frage
Which one of the following JOIN includes all rows from the second table and matching rows from the first table?
Antworten
  • Inner Join
  • Left Outer Join
  • Right Outer Join
  • Full Outer Join

Frage 11

Frage
What is the most common type of join?
Antworten
  • Inner Join
  • Left Outer Join
  • Right Outer Join
  • Full Outer Join
  • Self Join

Frage 12

Frage
Which SQL statement is used to create a table in a database?
Antworten
  • CREATE TABLE
  • CREATE DB
  • CREATE DATABASE TABLE
  • CREATE DATABASE TAB

Frage 13

Frage
Which SQL statements uses the keyword SET?
Antworten
  • SELECT
  • UPDATE
  • MODIFY
  • DELETE

Frage 14

Frage
A table may be joined to itself.
Antworten
  • True
  • False

Frage 15

Frage
The FULL OUTER JOIN syntax is not supported by Microsoft Access.
Antworten
  • True
  • False

Frage 16

Frage
A set of SQL statements (one or more) typically grouped together to perform a specific routine is called ____________.
Antworten
  • Views
  • Cursors
  • Stored Procedures
  • Indexes

Frage 17

Frage
According to the rules of precedence, which of the following computations should be completed first?
Antworten
  • performing additions and subtractions
  • performing multiplications and divisions
  • performing operations within parentheses
  • performing power operations

Frage 18

Frage
The special operator used to check whether an attribute is within a range of values is ___________.
Antworten
  • BETWEEN
  • LIKE
  • IN
  • NULL

Frage 19

Frage
To list the contents of a table, you must use the DISPLAY command.
Antworten
  • True
  • False

Frage 20

Frage
The SQL data manipulation command HAVING:
Antworten
  • restricts the selection of rows based on a conditional expression.
  • restricts the selection of grouped rows based on a condition.
  • modifies an attribute's value in one or more table's rows.
  • groups the selected rows based on one or more attributes.

Frage 21

Frage
You can call a stored procedure from within itself.
Antworten
  • True
  • False

Frage 22

Frage
A temporary stored procedure with global scope has the following prefix:
Antworten
  • #
  • ##
  • !
  • EXECUTE_AS

Frage 23

Frage
Which one of the following is used to prevent SQL injection attacks?
Antworten
  • Stored Procedures
  • Triggers
  • User-Defined Functions
  • Views

Frage 24

Frage
-- Using a variable with CONCAT DECLARE @a VARCHAR(30) = 'My birthday is on ' DECLARE @b DATE = '1980/08/25' SELECT CONCAT (@a, @b) AS RESULT; The above query will yield an error.
Antworten
  • True
  • False

Frage 25

Frage
Which type of JOIN reflects is the following statement: All rows from the left side of the join, even if there is not a match, and all rows from the right side, even if there is not a match, show up in the results.
Antworten
  • INNER JOIN
  • LEFT OUTER JOIN
  • FULL OUTER JOIN
  • RIGHT OUTER JOIN
  • MERGE
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

CCNA Security 210-260 IINS - Exam 3
Mike M
Application of technology in learning
Jeff Wall
Innovative Uses of Technology
John Marttila
Ch1 - The nature of IT Projects
mauricio5509
The Internet
Gee_0599
SQL Quiz
R M
CCNA Answers – CCNA Exam
Abdul Demir
Translations and transformations of functions
Christine Laurich
Professional, Legal, and Ethical Issues in Information Security
mfundo.falteni
System Analysis
R A
Flash Cards Networks
JJ Pro Wrestler