Exam 7: Introduction to Structured Query Language SQL
Exam 1: Database Systems72 Questions
Exam 2: Data Models75 Questions
Exam 3: The Relational Database Model74 Questions
Exam 4: Entity Relationship Ermodeling75 Questions
Exam 5: Advanced Data Modeling83 Questions
Exam 6: Normalization of Database Tables92 Questions
Exam 7: Introduction to Structured Query Language SQL92 Questions
Exam 8: Advanced SQL95 Questions
Exam 9: Database Design87 Questions
Exam 10: Transaction Management and Concurrency Control76 Questions
Exam 11: Database Performance Tuning and Query Optimization82 Questions
Exam 12: Distributed Database Management Systems72 Questions
Exam 13: Business Intelligence and Data Warehouses75 Questions
Exam 14: Big Data Analytics and NoSQL76 Questions
Exam 15: Database Connectivity and Web Technologies81 Questions
Exam 16: Database Administration and Security81 Questions
Select questions type
The COMMIT command does not permanently save all changes.In order to do that,you must use SAVE.
(True/False)
4.8/5
(37)
A(n)is a logical group of database objects,such as tables and indexes,that are related to each other.
(Short Answer)
4.8/5
(39)
You cannot insert a row containing a null attribute value using SQL.
(True/False)
4.8/5
(28)
SQL is considered difficult to learn; its command set has a vocabulary of more than 300 words.
(True/False)
4.8/5
(37)
Oracle users can use the Access QBE (query by example)query generator.
(True/False)
4.8/5
(38)
If a user adds a new column to a table that already has rows,the existing rows will default to a value of for the new column.
(Short Answer)
4.9/5
(34)
To make SQL code more _______,most SQL programmers use one line per column (attribute)definition.
(Short Answer)
4.9/5
(44)
The clause of the GROUP BY statement operates very much like the WHERE clause in the SELECT statement.
(Short Answer)
4.8/5
(32)
Which command is used to save changes to the database? What is the syntax for this command?
(Essay)
4.8/5
(38)
A specialty field in mathematics,known as algebra,is dedicated to the use of logical operators.
(Short Answer)
4.8/5
(33)
Which of the following queries will output the table contents when the value of V_CODE is equal to 21344?
(Multiple Choice)
4.8/5
(36)
Showing 81 - 92 of 92
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)