MNSU CIS 440 Fall 2020 Quiz 2

Descrição

CIS 440 Quiz 2 of Fall 2020 offered by Minnesota State University, Makato.
Kyle Peterson
Quiz por Kyle Peterson, atualizado more than 1 year ago
Kyle Peterson
Criado por Kyle Peterson mais de 3 anos atrás
81
0

Resumo de Recurso

Questão 1

Questão
Microsoft SQL Server uses:
Responda
  • T-SQL
  • PL/SQL
  • DDL
  • DML

Questão 2

Questão
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.
Responda
  • True
  • False

Questão 3

Questão
With the exception of the database creation process, most RDBMS vendors use SQL that deviates little from the ANSI standard SQL.
Responda
  • True
  • False

Questão 4

Questão
Which clause is specifically used with aggregate functions?
Responda
  • WHERE
  • DISTINCT
  • HAVING
  • ORDER BY

Questão 5

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

Questão 6

Questão
Which SQL statement is used to return only different values?
Responda
  • SELECT UNIQUE
  • SELECT DIFFERENT
  • SELECT DISTINCT
  • All of the above

Questão 7

Questão
Which SQL keyword is used to sort the result-set?
Responda
  • SORT
  • SORT BY
  • ORDER
  • ORDER BY

Questão 8

Questão
Which one of the following is NOT part of DDL?
Responda
  • SELECT INTO
  • CREATE
  • ALTER
  • TRUNCATE

Questão 9

Questão
CAST is unique to T-SQL.
Responda
  • True
  • False

Questão 10

Questão
Which one of the following JOIN includes all rows from the second table and matching rows from the first table?
Responda
  • Inner Join
  • Left Outer Join
  • Right Outer Join
  • Full Outer Join

Questão 11

Questão
What is the most common type of join?
Responda
  • Inner Join
  • Left Outer Join
  • Right Outer Join
  • Full Outer Join
  • Self Join

Questão 12

Questão
Which SQL statement is used to create a table in a database?
Responda
  • CREATE TABLE
  • CREATE DB
  • CREATE DATABASE TABLE
  • CREATE DATABASE TAB

Questão 13

Questão
Which SQL statements uses the keyword SET?
Responda
  • SELECT
  • UPDATE
  • MODIFY
  • DELETE

Questão 14

Questão
A table may be joined to itself.
Responda
  • True
  • False

Questão 15

Questão
The FULL OUTER JOIN syntax is not supported by Microsoft Access.
Responda
  • True
  • False

Questão 16

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

Questão 17

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

Questão 18

Questão
The special operator used to check whether an attribute is within a range of values is ___________.
Responda
  • BETWEEN
  • LIKE
  • IN
  • NULL

Questão 19

Questão
To list the contents of a table, you must use the DISPLAY command.
Responda
  • True
  • False

Questão 20

Questão
The SQL data manipulation command HAVING:
Responda
  • 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.

Questão 21

Questão
You can call a stored procedure from within itself.
Responda
  • True
  • False

Questão 22

Questão
A temporary stored procedure with global scope has the following prefix:
Responda
  • #
  • ##
  • !
  • EXECUTE_AS

Questão 23

Questão
Which one of the following is used to prevent SQL injection attacks?
Responda
  • Stored Procedures
  • Triggers
  • User-Defined Functions
  • Views

Questão 24

Questão
-- 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.
Responda
  • True
  • False

Questão 25

Questão
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.
Responda
  • INNER JOIN
  • LEFT OUTER JOIN
  • FULL OUTER JOIN
  • RIGHT OUTER JOIN
  • MERGE

Semelhante

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