Lecture
Here is a summary of the lectures conducted previously.
1. Oracle Database SQL
Learn about SQL, a language for handling RDBs, primarily focusing on Oracle Database.
- Basic concepts of DBMS
- SELECT, FROM, WHERE clauses and various operators
- BETWEEN A AND B clause, LIKE clause and wildcards, set operators, is null operator, INTERSECT operator
- dual table, functions, single-row functions, upper, lower, initcap, replace, substr, length, etc.
- Single-row functions, date data, etc.
- Multi-row functions (sum, avg, max, min, count), grouping (group by, cube, rollup)
- Join
- Subquery, DML, DDL
2. Python Basic
Learn the basics of Python and the essentials needed for coding.