CuriousTab
CuriousTab
Home
Aptitude
Computer
C Programming
C# Programming
C++ Programming
Database
Java Programming
Networking
Engineering
Biochemical Engineering
Biochemistry
Biotechnology
Chemical Engineering
Civil Engineering
Computer Science
Digital Electronics
Electrical Engineering
Electronics
Electronics and Communication Engineering
Mechanical Engineering
Microbiology
Technical Drawing
GK
Current Affairs
General Knowledge
Reasoning
Data Interpretation
Logical Reasoning
Non Verbal Reasoning
Verbal Ability
Verbal Reasoning
Exams
AIEEE
Bank Exams
CAT
GATE
IIT JEE
TOEFL
Jobs
Analyst
Bank Clerk
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Database
‣
Introduction to SQL
See What Others Are Saying!
Question
Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = 'VA';
Options
A. SELECT NAME IN CUSTOMER WHERE STATE IN ('VA');
B. SELECT NAME IN CUSTOMER WHERE STATE = 'VA';
C. SELECT NAME IN CUSTOMER WHERE STATE = 'V';
D. SELECT NAME FROM CUSTOMER WHERE STATE IN ('VA');
Correct Answer
SELECT NAME FROM CUSTOMER WHERE STATE IN ('VA');
More questions
1. Because it contains a description of its own structure, a database is considered to be ________ .
Options
A. described
B. metadata compatible
C. self-describing
D. an application program
Show Answer
Scratch Pad
Discuss
Correct Answer: self-describing
2. Databases are not the property of a single function or individual within the organization.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
3. Data modeling and database design are key responsibilities of data and data base administration.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
4. ORDER BY can be combined with the SELECT statements.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
5. Which of the following is
not
a reason that operational data are difficult to read?
Options
A. Non-duplicated data
B. Dirty data
C. Missing values
D. Non-integrated data
Show Answer
Scratch Pad
Discuss
Correct Answer: Non-duplicated data
6. Data in the data warehouse are loaded and refreshed from operational systems.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
7. Oracle allows the ORDER BY clause in view definitions.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
8. Relationship classes are associations between entity classes.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
9. For every relationship, there are six possible referential integrity actions.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
10. The Microsoft Access wildcards are ____ and ____ .
Options
A. asterisk (*); percent sign (%)
B. percent sign (%); underscore (_)
C. underscore(_); question mark (?)
D. question mark (?); asterisk (*)
Show Answer
Scratch Pad
Discuss
Correct Answer: question mark (?); asterisk (*)
Comments
There are no comments.
Enter a new Comment
Save
More in Database:
Advanced SQL
Data and Database Administration
Data Modeling with ER Model
Data Models into Database Designs
Data Warehousing
Database Design Using Normalization
Database Processing for BIS
Database Redesign
Distributed Databases
ER Model and Business Rules
Introduction to Database
Introduction to SQL
JDBC, Java Server Pages, and MySQL
Logical Database Design
Managing Databases with Oracle
Managing Multiuser Databases
Modeling Data in the Organization
Object-Oriented Data Modeling
Object-Oriented Database
ODBC, OLE DB, ADO, and ASP
Physical Database Design
SQL for Database Construction
SQL Server 2000
The Client-Server Database
The Database Development Process
The Database Environment
The Internet Database Environment
The Relational Model and Normalization
XML and ADO.NET