ההכשרה רלוונטית לקבוצות מטעם ארגונים בלבד, ומותאמת באופן פרטני

על הקורס
נושאי הקורס
על הקורס
קורס זה מקנה ידע והבנה מתקדמת בפיתוח על גבי פלטפורמת SQL Server, ומלמד בין היתר: פיתוח טבלאות ואינדקסים, קריאת תוכניות פעולה, ניטור שאילתות, וכתיבת קוד באמצעות T-SQL,
קהל יעד
קורס זה נועד בעיקרו למנהלי בסיסי נתונים, כותבי קוד, מפתחי BI, אנשי QA, אנליסטים, ואנשי מקצוע נוספים אשר אחראים על פיתוח מאגר הנתונים.
יעדים מרכזיים
במהלך הקורס יכירו התלמידים את התכנים הבאים :
- פיתוח ועיצוב טבלאות, היכרות עם סוגי עמודות שונים, שימוש באילוצים ומאפיינים נוספים כגון Identity, Default ו Unique Identifier.
- יצירת אינדקסים, שימוש נכון, קריאת תוכניות פעולה, וניטור שאילתות SQL.
- פיתוח קוד T-SQL, יצירת משתנים, ניהול שגיאות, כתיבת פונקציות, פרוצדורות, וטריגרים.
- Data Types
- Working with Schemas
- Creating and Altering Tables
- Partitioning Data
- Compressing Data
- Understanding the role of Constraints in RDBMS
- Implementing Primary Key, NOT NULL, Unique, Check and Foreign Key
- Core Indexing Concepts
- Managing Indexes
- Working with Execution Plans
- Introduction to Views
- Creating and Managing Views
- Performance Considerations
- Introduction to Stored Procedures
- Working With Stored Procedures
- Implementing Parameterized Stored Procedures
- Overview of Functions
- Designing and Implementing Scalar Functions
- Designing and Implementing Table-Valued Functions
- Implementation Considerations for Functions
- Alternatives to Functions
- Designing DML triggers
- Designing DML triggers