Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
7 views1 page

Question With Answers

Uploaded by

nirpasq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Question With Answers

Uploaded by

nirpasq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like