ORACLE
1:Introduction SQL
is ANSI standard language for operating relational database
2:Arithmetic Expressions
create expression with number and data by using arithmetic
operators
3:Literal Characters string
A number or date that is included in the select statement
4:Column Aliases
Renames a column heading is useful with calculations
5: Concatenation Operation
Links columns or character strings to other columns
6:Writing SQL Statements
SELECT, INSERT, UPDATE, DELETE, MARGE.
7: Human Resources (HR) Schema
EMPLOYEES, DEPARTMENTS, JOBS, LOCATIONS, COUNTRIES,
REGIONS.
8: Alternative Quote Operator
q'[ Department's Manager Id: ]'
9: RDBMS concepts
Tables
Primary Key
Foreign Key
Relationships
Row And columns
Views
Joins
10: DESCRIBE Command
Use the DESCRIBE command to display the structure of a table.
11: Relational Database: A relational database is a collection of relations or two-dimensional tables.
12: Relational Database Concept: Dr. E. F. Codd proposed the relational model for database systems in 1970.
13: Two Types of SQL Functions: Single-row functions and multiple row functions
14: Entity Relationship Model: Create an entity relationship diagram from business specifications or narratives:
15: There are two development environments for SQL: SQL Developer And SQL*Plus