Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Concepts Study Set 1
Exam 3: Structured Query Language
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
Essay
Explain why it is important to learn SQL.
Question 82
True/False
SQL is a data sublanguage,not a complete programming language.
Question 83
Essay
What are SQL Built-in Functions?
Question 84
True/False
Using standard SQL,unmatched rows will not appear in the result of a join.
Question 85
True/False
Microsoft Access SQL commands are run within the SQL View of a Query window.
Question 86
Essay
Explain the essential format of the CREATE TABLE statement.
Question 87
True/False
To open a new Microsoft Access Query window,click the Query Design button on the Create command tab.
Question 88
Multiple Choice
Given the table STUDENT(StudentID,Name,Advisor) ,which of the following SQL statements would be used to add new student data to the STUDENT table?
Question 89
True/False
For a column to be defined as the primary key using table constraints,the column must have been given the property NULL.
Question 90
True/False
The result for SELECT statements in SQL is a relation unless the result is a single number.
Question 91
Multiple Choice
Which of the following data types used in SQL would define a fixed-length text field of 10 characters?
Question 92
Essay
Explain how to run an SQL query in Microsoft Access.
Question 93
Essay
Explain two methods for defining a primary key using SQL.
Question 94
Essay
Discuss SQL data types.
Question 95
Short Answer
Using SQL commands,multiple tables can be queried so that all the values from one table appear in the results,regardless of whether they have one or more corresponding values in the other table,by using the SQL ________ command.