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
‣
SQL for Database Construction
Comments
Question
The SQL statement used to create a view is CREATE VIEW.
Options
A. True
B. False
Correct Answer
True
SQL for Database Construction problems
Search Results
1. A updatable view has its own data.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
2. Three types of triggers are: BEFORE, AFTER and EXCEPTION.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
3. The SQL CHECK constraint is fully defined by the SQL-92 standard, and is consistently implemented by all DBMS vendors.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
4. A stored procedure is a program that performs some common action on database data and is stored in the database.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
5. SQL Server does not support the BEFORE trigger.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
6. Standard SQL-92 views are constructed from SQL SELECT statements that do not contain the GROUP BY clause.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
7. When a foreign key column is created without a corresponding foreign key constraint, we have created a "casual relationship" between the two tables.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
8. The SQL MAKE TABLE command is used to construct tables, define columns, define column constraints and create relationships.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
9. A SQL view is a virtual table that is constructed from other tables or views.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
10. SQL has a JOIN ON syntax that can be used to create inner joins and outer joins.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
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