סדרת סרטוני הדרכה מערוץ היוטיוב שלנו
Introduction to AdventureWorks DB
מבוא – Adventure Works
מבוא למסד הנתונים Adventure Works
Connecting to a database
מבוא – חיבור למסד נתונים
חיבור למסד נתונים
Installation of a browser extension that enables working localy with results.
התקנה – תוסף לדפדפן
התקנה להרחבה של הדפדפן שמאפשרת עבודה עם התוצאות בבצורה מקומית
Renaming a column and deleting a column in the model. Example: resellers table from AdventureWorks DWH.
מודל 4 – שינוי שם ומחיקה של עמודות (fact_resellers_sales) שינוי שם עמודה ומחיקת עמודה במודל. דוגמא על טבלת resellers של AdventureWorks DWH
Using aggregate functions in the model. Example: resellers table from AdventureWorks DWH.
מודל 3 – עמודה מחושבת אגרגטיבית (fact_resellers_sales) שימוש בפונקציות אגרגטיביות במודל. דוגמא על טבלת resellers של AdventureWorks DWH
Adding calculated columns and using functions on data in the model. Example: resellers table from AdventureWorks DWH.
מודל 2 – הוספת עמודה (fact_resellers_sales)
הוספת עמודות מחושבות ושימוש בפונקציות על נתונים במודל דוגמא על טבלת resellers של AdventureWorks DWH
Building a model – getting started. Bringing data from the database as part of a model. Example: resellers table from the AdventureWorks DWH.
מודל 1 – מבוא, יבוא נתונים ב-sql ממסד נתונים (fact_resellers_sales)
בניית מודל מבוא. הבאת נתונים ממסד נתונים כחלק ממודל. דוגמא על טבלת resellers של AdventureWorks DWH
Grouping a table in the model. Example: profit goals table.
מודל 8 – קיבוץ טבלה (goals)
קיבוץ טבלה במודל. דוגמא על טבלת יעדים
Bringing data from Google Sheets into the model. Example: profit goals table.
מודל 7 – יבוא נתונים מ-google sheets
למודל (goals) הבאת נתונים מתוך Google Sheets למודל. דוגמא על טבלת יעדים
Joining tables in the model. Example: products table from AdventureWorks DWH.
מודל 6 – חיבור בין טבלאות (products)
חיבור טבלאות במודל. דוגמא על טבלאות products של AdventureWorks DWH
Adding a filter to the data in the model. Example: resellers table from AdventureWorks DWH.
מודל 5 – סינון נתונים (fact_resellers_sales) הוספת פילטר לנתונים במודל. דוגמא על טבלת resellers של AdventureWorks DWH
Using the VLOOKUP step in the model.
מודל 12 – שימוש ב-VLOOKUP
שימוש ב-vlookup step במודל
Implementing a pivot in the model. Example: exchange rates table.
מודל 11 – פיבוט (שערי מטבע)
מימוש pivot במודל. דוגמא על טבלת שערי מטבע
Adding a virtual table (adding a table manually) to the model. Example: exchange rates table.
מודל 10 – טבלה וירטואלית (שערי מטבע)
הוספת טבלה וירטואלית (הוספת טבלה באופן ידני) למודל. דוגמא על טבלת שערי מטבע
Bringing data from an API into the model. Example: exchange rates table.
מודל 9 – יבוא נתונים מ-API (שערי מטבע)
הבאת נתונים מ-API במודל. דוגמא על טבלת שערי מטבע
Inserting data into a database from the model, fixed scheduling for the model, and additional actions that can be performed with model results (such as sending an email).
מודל 16 – תזמון מודל, שימוש בפעולת הטבלה
הזרמת נתונים למסד נתונים מתוך מודל, תזמון קבוע למודל, פעולות נוספות שניתן לבצע עם תוצאות מודל (כגון שליחת מייל)
Bringing data into the model from other models. Example: creating a final model from all the models we've created so far.
מודל 15 – יבוא נתונים ממודל – בניית מודל סופי
הבאת נתונים למודל מתוך מודלים אחרים. דוגמא – יצירת מודל סופי מכלל המודלים שיצרנו עד כה
Using sql query with join to create resellers model. Resellers + Geography tables.
מודל 14 – שימוש בשאילתת sql מורכבת (resellers geography)
שימוש בשאילתת sql המכילה Join לבניית dim resellers. טבלאות resellers ו-geography
Using the copy table step in the model.
מודל 13 – שימוש בהעתקת טבלה
שימוש ב-copy table step במודל
Showing a solution to Model 2 – Staff Store , Sakila
פתרון למודל השני – צוות וחנויות
הצגת הפתרון למודל השני – צוות וחנויות
Showing a solution to Model 1 – Customers, Sakila
פתרון למודל הראשון – לקוחות
הצגת הפתרון למודל הראשון – לקוחות
Explaining the model for the final assignment
משימה מסכמת – Sakila – שלב המודל
הסבר למשימה המסכמת – Sakila – שלב המודל
Introduction to Sakila DB
מבוא – Sakila
מבוא למסד הנתונים Sakila
Showing a solution to the final model for Sakila
פתרון למודל הסופי
הצגת הפתרון למודל הסופי
Showing a solution to Model 4 – Rental Payment, Sakila
פתרון למודל הרביעי – השכרות ותשלומים
הצגת הפתרון למודל הרביעי – השכרות ותשלומים
Showing a solution to Model 3 – Film, Sakila
פתרון למודל השלישי – סרטים
הצגת הפתרון למודל השלישי – סרטים