0% found this document useful (0 votes)
2 views

SQL and Plsql Topics (1)

The document outlines various SQL concepts and commands, including table creation, data manipulation, constraints, and indexing. It covers advanced topics such as views, materialized views, sequences, and functions, as well as data types and operators. Additionally, it addresses transaction control, joins, subqueries, and other essential SQL features.

Uploaded by

mani
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

SQL and Plsql Topics (1)

The document outlines various SQL concepts and commands, including table creation, data manipulation, constraints, and indexing. It covers advanced topics such as views, materialized views, sequences, and functions, as well as data types and operators. Additionally, it addresses transaction control, joins, subqueries, and other essential SQL features.

Uploaded by

mani
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

SQL

1.CREATE TABLE
2.INSERT INTO TABLES
3.CONSTRAINTS
4.INDEX
5.VIEWS
6.MATERIALIZED VIEWS
7.GLOBAL TEMPORARY TABLES
8.DDL(CREATE,ALTER,DROP)
9.DML(INSERT,UPDATE,DELETE)
10.TCL-(COMMMIT,ROLLBACK)
11.DRL-(SELECT)
12.DCL-(COMMIT,ROLLBACK,SAVE POINT)
13.SEQUENCE
14.OPERATORS IN SQL
15.ALIASE
16.MERGE
17.SQL FUNCTIONS
1.SINGLE ROW FUNCTIONS
1.NUMERIC FUNCTIONS
2.STRING FUNCTIONS
3.DATE FUNCTIONS
4.MISCELLANEOUS FUNCTIONS
5.CONVERSION FUNCTIONS
18.GROUP FUNCTIONS
19.CASE AND DEFAULT
20.ABSTRACT DATA TYPES
21. VARRAY AND NESTED TABLES
22.FLASHBACK QUERY
23.EXTRNAL TABLES
24.OBJECT VIEWS AND METHOD
25.REF/DREF/VALUE
26.OBJECT VIEW WITH REFRENCE
27.PARTITIONS
28.ROLLUP GROUPING CUBE
29.SET OPERATORS
30.SYNONYMS
31.JOINS
32.SUB QUERY AND EXITS
33.WALKUP TRESS AND INLINE VIEWS
34.LOCKS
35.SET COMMENTS

You might also like