Test bank for Oracle 12C SQL 3rd Edition by Joan Casteel
Test bank for Oracle 12C SQL 3rd Edition by Joan Casteel
Introduce the latest version of the fundamental SQL language used in all relational databases today with Casteel’s ORACLE 12C: SQL, 3E. Much more than a study guide, this edition helps those who have only a basic knowledge of databases master the latest SQL and Oracle concepts and techniques. Learners gain a strong understanding of how to use Oracle 12c SQL most effectively as they prepare for the first exam in the Oracle Database Administrator or Oracle Developer Certification Exam paths. This edition initially focuses on creating database objects, including tables, constraints, indexes, sequences, and more. The author then explores data query techniques, such as row filtering, joins, single-row functions, aggregate functions, subqueries, and views, as well as advanced query topics. ORACLE 12C: SQL, 3E introduces the latest features and enhancements in 12c, from enhanced data types and invisible columns to new CROSS and OUTER APPLY methods for joins. To help readers transition to further studies, appendixes introduce SQL tuning, compare Oracle’s SQL syntax with other databases, and overview Oracle connection interface tools: SQL Developer and SQL Plus. Readers can trust ORACLE 12C: SQL, 3E to provide the knowledge for Oracle certification testing and the solid foundation for pursuing a career as a successful database administrator or developer.
- IFC
- Title
- Statement
- Copyright
- Dedication
- Brief Contents
- Table of Contents
- Preface
- Read This Before You Begin
- Ch 1: Overview of Database Concepts
- Ch 1: Introduction
- Database Terminology
- Database Management System
- Database Design
- Structured Query Language (SQL)
- Databases Used in This Textbook
- Topic Sequence
- Software Used in This Textbook
- Ch 1: Chapter Summary
- Ch 1: Review Questions
- Ch 1: Multiple Choice
- Ch 1: Hands-On Assignments
- Ch 1: Advanced Challenge
- Ch 1: Case Study: City Jail
- Ch 2: Basic SQL SELECT Statements
- Ch 2: Introduction
- Creating the JustLee Books Database
- SELECT Statement Syntax
- Operations in the SELECT Statement
- Ch 2: Chapter Summary
- Chapter 2: Syntax Summary
- Ch 2: Review Questions
- Ch 2: Multiple Choice
- Ch 2: Hands-On Assignments
- Ch 2: Advanced Challenge
- Ch 2: Case Study: City Jail
- Ch 3: Table Creation and Management
- Ch 3: Introduction
- Table Design
- Table Creation
- Table Creation with Subqueries
- Modifying Existing Tables
- Deleting a Table
- Ch 3: Chapter Summary
- Chapter 3: Syntax Summary
- Ch 3: Review Questions
- Ch 3: Multiple Choice
- Ch 3: Hands-On Assignments
- Ch 3: Advanced Challenge
- Ch 3: Case Study: City Jail
- Ch 4: Constraints
- Ch 4: Introduction
- Creating Constraints
- Using the PRIMARY KEY Constraint
- Using the FOREIGN KEY Constraint
- Using the UNIQUE Constraint
- Using the CHECK Constraint
- Using the NOT NULL Constraint
- Including Constraints During Table Creation
- Adding Multiple Constraints on a Single Column
- Viewing Constraint Information
- Disabling and Dropping Constraints
- Ch 4: Chapter Summary
- Chapter 4: Syntax Summary
- Ch 4: Review Questions
- Ch 4: Multiple Choice
- Ch 4: Hands-On Assignments
- Ch 4: Advanced Challenge
- Ch 4: Case Study: City Jail
- Ch 5: Data Manipulation and Transaction Control
- Ch 5: Introduction
- Inserting New Rows
- Modifying Existing Rows
- Deleting Rows
- Using Transaction Control Statements
- Using Table Locks
- Ch 5: Chapter Summary
- Chapter 5: Syntax Summary
- Ch 5: Review Questions
- Ch 5: Multiple Choice
- Ch 5: Hands-On Assignments
- Ch 5: Advanced Challenge
- Ch 5: Case Study: City Jail
- Ch 6: Additional Database Objects
- Ch 6: Introduction
- Sequences
- Indexes
- Synonyms
- Ch 6: Chapter Summary
- Chapter 6: Syntax Summary
- Ch 6: Review Questions
- Ch 6: Multiple Choice
- Ch 6: Hands-On Assignments
- Ch 6: Advanced Challenge
- Ch 6: Case Study: City Jail
- Ch 7: User Creation and Management
- Ch 7: Introduction
- Data Security
- Creating a User
- Assigning User Privileges
- Managing Passwords
- Using Roles
- Viewing Privilege Information
- Removing Privileges and Users
- Ch 7: Chapter Summary
- Chapter 7: Syntax Summary
- Ch 7: Review Questions
- Ch 7: Multiple Choice
- Ch 7: Hands-On Assignments
- Ch 7: Advanced Challenge
- Ch 7: Case Study: City Jail
- Ch 8: Restricting Rows and Sorting Data
- Ch 8: Introduction
- Where Clause Syntax
- Comparison Operators
- Logical Operators
- Treatment of Null Values
- ORDER by Clause Syntax
- Ch 8: Chapter Summary
- Chapter 8: Syntax Summary
- Ch 8: Review Questions
- Ch 8: Multiple Choice
- Ch 8: Hands-On Assignments
- Ch 8: Advanced Challenge
- Ch 8: Case Study: City Jail
- Ch 9: Joining Data from Multiple Tables
- Ch 9: Introduction
- Cartesian Joins
- Equality Joins
- Non-Equality Joins
- Self-Joins
- Outer Joins
- Set Operators
- Ch 9: Chapter Summary
- Chapter 9: Syntax Summary
- Ch 9: Review Questions
- Ch 9: Multiple Choice
- Ch 9: Hands-On Assignments
- Ch 9: Advanced Challenge
- Ch 9: Case Study: City Jail
- Ch 10: Selected Single-Row Functions
- Ch 10: Introduction
- Case Conversion Functions
- Character Manipulation Functions
- Number Functions
- Date Functions
- Regular Expressions
- Other Functions
- The DUAL Table
- Ch 10: Chapter Summary
- Chapter 10: Syntax Summary
- Ch 10: Review Questions
- Ch 10: Multiple Choice
- Ch 10: Hands-On Assignments
- Ch 10: Advanced Challenge
- Ch 10: Case Study: City Jail
- Ch 11: Group Functions
- Ch 11: Introduction
- Group Functions
- Grouping Data
- Restricting Aggregated Output
- Nesting Functions
- Statistical Group Functions
- Enhanced Aggregation for Reporting
- Ch 11: Chapter Summary
- Chapter 11: Syntax Summary
- Ch 11: Review Questions
- Ch 11: Multiple Choice
- Ch 11: Hands-On Assignments
- Ch 11: Advanced Challenge
- Ch 11: Case Study: City Jail
- Ch 12: Subqueries and MERGE Statements
- Ch 12: Introduction
- Subqueries and Their Uses
- Single-Row Subqueries
- Multiple-Row Subqueries
- Multiple-Column Subqueries
- NULL Values
- Correlated Subqueries
- Nested Subqueries
- Subquery Factoring Clause
- DML Actions Using Subqueries
- MERGE Statements
- Ch 12: Chapter Summary
- Chapter 12: Syntax Summary
- Ch 12: Review Questions
- Ch 12: Multiple Choice
- Ch 12: Hands-On Assignments
- Ch 12: Advanced Challenge
- Ch 12: Case Study: City Jail
- Ch 13: Views
- Ch 13: Introduction
- Creating a View
- Creating a Complex View
- Dropping a View
- Creating an Inline View
- Creating a Materialized View
- Ch 13: Chapter Summary
- Chapter 13: Syntax Summary
- Ch 13: Review Questions
- Ch 13: Multiple Choice
- Ch 13: Hands-On Assignments
- Ch 13: Advanced Challenge
- Ch 13: Case Study: City Jail
- Appendix A: Tables for the JustLee Books Database
- Appendix B: SQL*Plus and SQL Developer Overview
- Appendix C: Oracle Resources
- Appendix D: SQL*Loader
- Appendix E: SQL Tuning Topics
- Appendix F: SQL in Various Databases
- Glossary
- Index
Free Sample Test bank for Oracle 12C SQL 3rd Edition by Joan Casteel
For customer’s satisfaction, we provide free samples for any required Textbook solution or test bank to check and evaluate before making the final purchase..
Test bank for Oracle 12C SQL 3rd Edition by Joan Casteel