
SQL Developer Skills from Scratch Certification Video Training Course
The complete solution to prepare for for your exam with SQL Developer Skills from Scratch certification video training course. The SQL Developer Skills from Scratch certification video training course contains a complete set of videos that will provide you with thorough knowledge to understand the key concepts. Top notch prep including Databases Courses SQL Developer Skills from Scratch exam dumps, study guide & practice test questions and answers.
SQL Developer Skills from Scratch Certification Video Training Course Exam Curriculum
Setting up Your Test Environment
-
1. Introduction
-
2. SQL Server Express hardware requirements
-
3. Download SQL Server Express 2014
-
4. Install SQL Server Express 2014
-
5. Download Adventureworks 2014 Database
-
6. Attach Adventureworks 2014 to SQL Server
-
7. SSMS Quick Tour
T-SQL
-
1. What is T-SQL
-
2. What is a Database
-
3. Primary Key
-
4. Foreign Key
-
5. Intellisense
-
6. Normalization
-
7. Querying Data with SELECT Statement
-
8. Using Aliases in T- SQL Queries
-
9. Case Expressions
-
10. Creating Views
-
11. Adding comments to T- SQL Queries
-
12. Using Stored Procedures
-
13. Using T-SQL Top Command
-
14. T-SQL GO Command
-
15. Using SQL Distinct to remove duplicate records
-
16. Introduction to Table Joins
-
17. Why Table Joins are important
-
18. INNER Join
-
19. LEFT Outer Join
-
20. RIGHT OUTER Join
-
21. Introduction to filtering records
-
22. Filtering using equality filters
-
23. Filtering with basic comparisons
-
24. Filtering with logical comparisons
-
25. Filtering with String Comparisons
-
26. Filtering with NULL Comparisons
-
27. Introduction to sorting returned records
-
28. Order by clause
-
29. Sorting by ascending
-
30. Sorting by descending
-
31. Sorting by multiple columns
-
32. Introduction to Aggregate Functions
-
33. COUNT ()
-
34. AVG()
-
35. MAX ()
-
36. MIN()
-
37. SUM()
-
38. Using Multiple Aggregate functions
-
39. Grouping Data
-
40. Introduction to modifying data
-
41. Adding new records to database
-
42. Updating Records
-
43. Deleting Records
SQL Server Integration Services - SSIS
-
1. Introduction to SSIS
-
2. Visual Studio Requirements
-
3. Download and Install Visual studio
-
4. Completing visual studio installation
-
5. Working with Solution Explorer and Projects Views
-
6. Download and Install SQL Server Data Tools - SSDT
-
7. Create basic ETL: New SSIS project
-
8. Add a Flat File Connection Manager
-
9. Remapping Column Data Types
-
10. Add and Configure OLE DB Connection Manager
-
11. Add a Data Flow Task to a Package
-
12. Add and configure flat file source
-
13. Add and configure lookup transformation
-
14. Add and configure Lookup Datekey Transformation
-
15. Add and configure OLE DB Destination
-
16. Test SSIS Package
-
17. Introduction to implementing Lookup Logic
-
18. Create new SSIS Package
-
19. Write data to cache - part 1
-
20. Write data to cache - part 2
-
21. Perform Lookups from cached data -part 1
-
22. Perform Lookups from cached data -part 2
-
23. Running your SSIS Package
SQL Server Reporting Services - SSRS
-
1. What is SQL Server
-
2. What is SQL Server Reporting Services - SSRS
-
3. Requirements for creating basic report with -SSRS
-
4. How to enable built-in administrator account in Windows
-
5. SQL Server Reporting Configuration Manager
-
6. Configuration of SQL Server Reporting Services
-
7. Granting Permission
-
8. Create Report Server Project
-
9. Create Report Definition File
-
10. Define Data Source
-
11. Define Dataset
-
12. Add a Table to Report
-
13. Format Report
-
14. Group Data
-
15. Add totals to Report
-
16. Publish Report
Data Warehouse and SQL Server Analysis Services -SSAS
-
1. Install SQL Server Enterprise - Evaluation
-
2. Installing multiple instances of SQL Server
-
3. Download and install AdventureworksDW2014
-
4. Enable SQL Server Agent
-
5. Test AdventureworksDW2014 installation
-
6. Configuring Database Settings for Data Warehousing
-
7. What is Data Warehouse?
-
8. What is ETL
-
9. DW Vs EDW
-
10. Database Vs Data Warehouse
-
11. Hardware requirements for Data Warehouse
-
12. FTDW Sizing Tool
-
13. Designing a data warehouse: Logical design
-
14. Physical design of a data warehouse -part 1
-
15. Physical design of a data warehouse -part 2
-
16. Designing Dimension Tables
-
17. Introduction to ETL with SSIS
-
18. Exploring source data - part 1
-
19. Exploring source data - part 2
-
20. Introduction to Control Flow - part 1
-
21. Introduction to Control Flow - part 2
-
22. Implementing Data Flow - part 1
-
23. Implementing Data Flow - part 2
-
24. Debugging an SSIS Package - part 1
-
25. Debugging an SSIS Package - part 2
-
26. Logging SSIS package events
-
27. Handling errors in an SSIS Package
-
28. Introduction to Incremental ETL Process
-
29. Extracting Modified Data -part1
-
30. Extracting Modified Data -part 2
-
31. Extracting Modified Data -part 3
-
32. Extracting Modified Data -part 4
-
33. Loading modified data - part 1
-
34. Loading modified data - part 2
-
35. Working with other slowly changing dimensions
-
36. Deploying and Configuring SSIS - Integration Services Catalog
-
37. Deploy SSIS Solution
-
38. Execute a package with SQL Server Agent
-
39. Configuring Advanced SSIS Settings
-
40. Enforce Data Quality: Install Data Quality Services
-
41. Cleansing Data
-
42. Finding duplicate data - part 1
-
43. Finding duplicate data - part 2
-
44. Using Data Quality Services in an SSIS Data Flow
-
45. Consuming Data: Business Intelligence
-
46. SSRS and Data Warehouse -part 1
-
47. SSRS and Data Warehouse -part 2
-
48. Data analysis with SQL Server Analysis Server - SSAS
-
49. Data analysis with SQL Server Analysis Server - SSAS -part2
About SQL Developer Skills from Scratch Certification Video Training Course
SQL Developer Skills from Scratch certification video training course by prepaway along with practice test questions and answers, study guide and exam dumps provides the ultimate training package to help you pass.
This video course is appropriate for those beginners who want to learn SQL and work with it. It is designed to equip you with the following skills: implementing data warehouse solutions, troubleshooting and debugging SSIS packages, creating an ETL process and a SSIS package with the usage of SQL Server Integration Services. In addition, you will learn the ways to install and download SQL Server Data Tools, create reports with the help of SQL Server reporting Services.
138 lectures are included in the course. They are divided into 5 sections. You will start with setting up the text environment. Then, you will go to T-SQL, and this topic involves 43 lectures. Among them, there are lectures about primary and foreign keys; the SELECT statement; case expressions; filtering with logical, basic, string, and NULL comparisons; COUNT(), AVG(), MIN(), MAX(), SUM() functions; grouping data; new records addition. The separate block of 23 lectures cover SQL Server Integration Services. You will learn how to install visual studio; configure and add flat file source, lookup transformation, OLE DB destination, etc.; write data to cache; make new SSIS package, and so on. The topics of Data Warehouse and SSAS, as well as SSRS, are also a part of the curriculum.
At the end of the training, you will be capable of:- Creating tables and databases
- Writing T-SQL queries
- Creating views
- Creating constraints
- Building flat file database
Thus, this course is a good start to become a SQL Server developer, which opens many career opportunities as these skills are in high demand today.
Prepaway's SQL Developer Skills from Scratch video training course for passing certification exams is the only solution which you need.
Pass Databases Courses SQL Developer Skills from Scratch Exam in First Attempt Guaranteed!
Get 100% Latest Exam Questions, Accurate & Verified Answers As Seen in the Actual Exam!
30 Days Free Updates, Instant Download!
Student Feedback
Can View Online Video Courses
Please fill out your email address below in order to view Online Courses.
Registration is Free and Easy, You Simply need to provide an email address.
- Trusted By 1.2M IT Certification Candidates Every Month
- Hundreds Hours of Videos
- Instant download After Registration
A confirmation link will be sent to this email address to verify your login.
Please Log In to view Online Course
Registration is free and easy - just provide your E-mail address.
Click Here to Register