CuriousTab
Search
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 PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Database
‣
Introduction to SQL
Comments
Question
COUNT(field_name) tallies only those rows that contain a value; it ignores all null values.
Options
A. True
B. False
Correct Answer
True
Introduction to SQL problems
Search Results
1. The keyword BETWEEN can be used in a WHERE clause to refer to a range of values.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
2. If you are going to use a combination of three or more AND and OR conditions, it is often easier to use the NOT and NOT IN operators.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
3. The condition in a WHERE clause can refer to only one value.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
4. SQL provides the AS keyword, which can be used to assign meaningful column names to the results of queries using the SQL built-in functions.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
5. To establish a range of values, < and > can be used.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
6. SQL provides five built-in functions: COUNT, SUM, AVG, MAX, MIN.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
7. The keyword LIKE can be used in a WHERE clause to refer to a range of values.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
8. A dynamic view is one whose contents materialize when referenced.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
9. The format SELECT-FROM-WHERE is the fundamental framework of SQL SELECT statements.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
10. A SELECT statement within another SELECT statement and enclosed in square brackets ([...]) is called a subquery.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
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