- Code: 4T4-0339
- Level Advanced
- Category IT Managment
- Total hrs 20
- Course Language English
- Email aastcon@aast.edu
- Phone 01006328620
Arrange user data in a way that is easy to access and deal with.Accurately define the types of data that are stored such as text, numbers, dates, currencies, etc..Setting conditions on the data that will be stored in addition to the possibility of setting default values.Access to information very quickly if indexes are used
Overview of database • SQL Statement Fundamentals• SELECT Statement• Challenge: SELECT• SELECT DISTINCT• Challenge: SELECT DISTINCT• COUNT• SELECT WHERE - Part One• SELECT WHERE - Part Two• Challenge: SELECT WHERE• ORDER BY• LIMIT• BETWEEN• IN• LIKE and ILIKE• Introduction to GROUP BY. Aggregation Functions• HAVING• • Overview of JOINS• Introduction to JOINs• AS Statement• Inner Joins• Full Outer Joins• Left Outer Join• Right Joins• UNION• • Overview of Advanced SQL Commands• Timestamps and Extract - Part One• Timestamps and Extract - Part Two• Quick Note on TO_CHAR• Timestamps and Extract - Challenge Tasks• Mathematical Functions and Operators• String Functions and Operators• SubQuery• Self-Join• Data Types• Primary Keys and Foreign Keys• Constraints• CREATE Table• INSERT• UPDATE• DELETE• ALTER Table• DROP Table• CHECK Constraint• Conditional Expressions and Procedures Introduction• CASE• COALESCE• CAST• NULLIF• Views• Imp