Data Analytics
Data Analytics
Retrieved: https://www.ontotext.com/knowledgehub/fundamentals/dikw-pyramid/
120120231630
Retrieved: https://www.linkedin.com/posts/andreasvonderheydt_the-
difference-between-raw-data-and-the-stories-activity-
6837751869125873664-beki/
Manages the organization’s data; from Promulgates the company data privacy
collection to storage to processing policies and guidelines
DATA
ENGINEER
https://help.coursebank.ph/faq/sparta/1/
https://help.coursebank.ph/faq/sparta/2/
For this session, we will be talking about relational database management system (RDBMS)
Management MariaDB
Tools
PostgreSQL
SQLite3
Text/String/Long/
Number/Integer Decimal/Float
Blob
Boolean Date*
Create
Read
Update
Delete
UNION JOIN
• Combine tables with the same • Combine tables with data
column and data types relationship (one-to-one, one-to-
• SELECT * FROM TABLE1 many, many-to-many)
UNION SELECT * FROM • SELECT * FROM TABLE1
TABLE2 JOIN TABLE2 ON
TABLE1.COLUMN =
TABLE2.COLUMN