Exam 3: An Introduction to SQL

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

To run a script file, type either SOURCE or ____________________ followed by the name of the file.

(Short Answer)
4.8/5
(35)

The ____ data type stores only the actual character string.

(Multiple Choice)
4.9/5
(48)

In MySQL, dates have the form ____.

(Multiple Choice)
4.7/5
(40)

To list all the columns in a table, use the LIST COLUMNS command.

(True/False)
4.8/5
(39)

SQL was developed in the mid-____.

(Multiple Choice)
4.8/5
(45)

The CREATE DATABASE command is executed only once for a database.

(True/False)
4.9/5
(40)

MySQL uses the term current database to refer to the database to which all subsequent commands pertain.

(True/False)
4.7/5
(46)

In MySQL,the date, November 12, 2007 would be stored as '11-12-2007'.

(True/False)
4.7/5
(36)

To indicate columns that cannot contain null values, use the ____________________ clause in a CREATE TABLE statement.

(Short Answer)
4.9/5
(35)

MySQL does not require a password.

(True/False)
4.9/5
(35)

The data type DECIMAL(5,2)represents a number with three places to the left and two places to the right of the decimal.

(True/False)
4.7/5
(33)

In general, SQL is case-sensitive.

(True/False)
4.8/5
(41)

The MySQL Reference Manual provides more detailed help.

(True/False)
4.8/5
(40)

The correct data type for the BALANCE column in the CUSTOMER table is ____.

(Multiple Choice)
4.8/5
(30)

Which of the following is a valid name for a table?

(Multiple Choice)
4.9/5
(41)
Showing 61 - 75 of 75
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)