• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

747 SQL courses

Learn C++ from Scratch: The Complete Coding Guide - CPD Certified

4.7(47)

By Academy for Health and Fitness

***24 Hour Limited Time Flash Sale*** Learn C++ Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Are you a professional feeling stuck in your career, struggling to keep up with the ever-changing demands of the industry? Or perhaps you're a beginner, unsure of where to start or how to break into your desired field. Whichever stage you're in, our exclusive Learn C++ from Scratch: The Complete Coding Guide Bundle provides unique insights and tools that can help you achieve your goals. Designed to cater to the needs of both seasoned professionals and aspiring newcomers, our Learn C++ from Scratch: The Complete Coding Guide bundle is a comprehensive program that will equip you with the essential skills and knowledge you need to succeed. Whether you're looking to advance in your current role or embark on a new career journey, this bundle has everything you need to take your professional life to the next level. But that's not all. When you enrol in Learn C++ from Scratch: The Complete Coding Guide Online Training, you'll receive 30 CPD-Accredited PDF Certificates, Hard Copy Certificates, and our exclusive student ID card, all absolutely free. Courses Are Included In this Learn C++ from Scratch: The Complete Coding Guide Career Bundle: Course 01: C++ Development: The Complete Coding Guide Course 02: Basic C# Coding Course 03: Computer Vision: C++ and OpenCV with GPU support Course 04: Python Basic Programming for Absolute Beginners Course 05: Python Programming for Everybody Course 06: Intermediate Python Coding Course 07: Higher Order Functions in Python - Level 03 Course 08: Javascript Programming for Beginners Course 09: JavaScript Masterclass: ES6 Modern Development Course 10: JavaScript Foundations for Everyone Course 11: Basic Asynchronous JavaScript Course 12: SQL NoSQL Big Data and Hadoop Course 13: Level-3 Machine Learning Course with Python Course 14: Data Analytics with Tableau Course 15: R Programming for Data Science Course 16: JavaScript Functions Course 17: Introduction to Data Analysis Course 18: SQL Programming Masterclass Course 19: Complete Google Analytics Course Course 20: JavaScript Promises Course 21: jQuery Masterclass Course: JavaScript and AJAX Coding Bible Course 22: Quick Data Science Approach from Scratch Course 23: Microsoft SQL Server Development for Everyone Course 24: Learn to Use Python for Spatial Analysis in ArcGIS Course 25: Data Science with Python Course 26: C++ Coding Masterclass Course 27: C++ Programming for Absolute Beginners Course 28: Game Development using Cocos2d-x v3 C++ Course 29: Tic-Tac-Toe Clone - The Complete SFML C++ Game Course Course 30: Computer Vision by Using C++ and OpenCV With Learn C++ from Scratch: The Complete Coding Guide, you'll embark on an immersive learning experience that combines interactive lessons with voice-over audio, ensuring that you can learn from anywhere in the world, at your own pace. And with 24/7 tutor support, you'll never feel alone in your journey, whether you're a seasoned professional or a beginner. Don't let this opportunity pass you by. Enrol in Learn C++ from Scratch: The Complete Coding Guide today and take the first step towards achieving your goals and dreams. Why buy this Learn C++ from Scratch: The Complete Coding Guide? Free CPD Accredited Certificate upon completion of Learn C++ from Scratch: The Complete Coding Guide Get a free student ID card with Learn C++ from Scratch: The Complete Coding Guide Lifetime access to the Learn C++ from Scratch: The Complete Coding Guide course materials Get instant access to this Learn C++ from Scratch: The Complete Coding Guide course Learn Learn C++ from Scratch: The Complete Coding Guide from anywhere in the world 24/7 tutor support with the Learn C++ from Scratch: The Complete Coding Guide course. Start your learning journey straightaway! Learn C++ from Scratch: The Complete Coding Guide premium bundle consists of 30 precisely chosen courses on a wide range of topics essential for anyone looking to excel in this field. Each segment of Learn C++ from Scratch: The Complete Coding Guide is meticulously designed to maximise learning and engagement, blending interactive content and audio-visual modules for a truly immersive experience. Certification You have to complete the assignment given at the end of the Learn C++ from Scratch: The Complete Coding Guide course. After passing the Learn C++ from Scratch: The Complete Coding Guide exam You will be entitled to claim a PDF & Hardcopy certificate accredited by CPD Quality standards completely free. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This bundle is ideal for: Students seeking mastery in this field Professionals seeking to enhance their skills Anyone who is passionate about this topic Requirements This Learn C++ from Scratch: The Complete Coding Guide doesn't require prior experience and is suitable for diverse learners. Career path This Learn C++ from Scratch: The Complete Coding Guide bundle will allow you to kickstart or take your career in the related sector to the next stage. Certificates CPD Accredited Digital certificate Digital certificate - Included CPD Accredited Hard copy certificate Hard copy certificate - Included If you are an international student, then you have to pay an additional 10 GBP for each certificate as an international delivery charge.

Learn C++ from Scratch: The Complete Coding Guide - CPD Certified
Delivered Online On Demand5 days
£149

Writing Analytical Queries for Business Intelligence

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is intended for information workers and data science professionals who seek to use database reporting and analysis tools such as Microsoft SQL Server Reporting Services, Excel, Power BI, R, SAS and other business intelligence tools, and wish to use TSQL queries to efficiently retrieve data sets from Microsoft SQL Server relational databases for use with these tools. Overview Identify independent and dependent variables and measurement levels in their own analytical work scenarios. Identify variables of interest in relational database tables. Choose a data aggregation level and data set design appropriate for the intended analysis and tool. Use TSQL SELECT queries to produce ready-to-use data sets for analysis in tools such as PowerBI, SQL Server Reporting Services, Excel, R, SAS, SPSS, and others. Create stored procedures, views, and functions to modularize data retrieval code. This three-day instructor-led course is about writing TSQL queries for the purpose of database reporting, analysis, and business intelligence. Specifically, this course presents TSQL within the context of data analysis in other words, making meaning from the data rather than transaction-oriented data-tier application development. The course starts with a brief discussion of levels of measurement and quantitative research methodogy, and integrates these concepts into each TSQL topic presented. The goal is to provide a consistent, direct, and purposeful learning path from RDBMS data retrieval through analytical tools such as SQL Server Reporting Services, PowerBI, Excel, R, SAS, and SPSS. Module 1: Introduction to TSQL for Business Intelligence Two Approaches to SQL Programming TSQL Data Retrieval in an Analytics / Business Intelligence Environment The Database Engine SQL Server Management Studio and the CarDeal Sample Database Identifying Variables in Tables SQL is a Declarative Language Introduction to the SELECT Query Module 2: Turning Table Columns into Variables for Analysis: SELECT List Expressions, WHERE, and ORDER BY Turning Columns into Variables for Analysis Column Expressions, Data Types, and Built-in Functions Column aliases Data type conversions Built-in Scalar Functions Table Aliases The WHERE clause ORDER BY Module 3: Combining Columns from Multiple Tables into a Single Dataset: The JOIN Operators Primary Keys, Foreign Keys, and Joins Understanding Joins, Part 1: CROSSJOIN and the Full Cartesian Product Understanding Joins, Part 2: The INNERJOIN Understanding Joins, Part 3: The OUTERJOINS Understanding Joins, Part 4: Joining more than two tables Understanding Joins, Part 5: Combining INNER and OUTERJOINs Combining JOIN Operations with WHERE and ORDER BY Module 4: Creating an Appropriate Aggregation Level Using GROUP BY Identifying required aggregation level and granularity Aggregate Functions GROUP BY HAVING Order of operations in SELECT queries Module 5: Subqueries, Derived Tables and Common Table Expressions Non-correlated and correlated subqueries Derived tables Common table expressions Module 6: Encapsulating Data Retrieval Logic Views Table-valued functions Stored procedures Creating objects for read-access users Creating database accounts for analytical client tools Module 7: Getting Your Dataset to the Client Connecting to SQL Server and Submitting Queries from Client Tools Connecting and running SELECT queries from: Excel PowerBI RStudio Exporting datasets to files using Results pane from SSMS The bcp utility The Import/Export Wizard Additional course details: Nexus Humans Writing Analytical Queries for Business Intelligence training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Writing Analytical Queries for Business Intelligence course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Writing Analytical Queries for Business Intelligence
Delivered OnlineFlexible Dates
Price on Enquiry

Data Analyst Job Guarantee Program with Career Support & Money Back Guarantee

4.7(47)

By Academy for Health and Fitness

***Offer Ends Today*** Earn up to 40K as a 'DATA ANALYST' or Your 100% Money Back Do you know that entry-level data analysts earn an average of £40,000 annually, with the potential to quickly earn six figures with experience and expertise? Are you looking to join the high-demand field of data analytics and earn a handsome salary? Our Data Analyst Job Ready Program is here to guide you all the way until you get the job you want. Our Data Analyst Job Ready Program is your all-in-one solution to learn data analytics from scratch and also secure a job in this exciting industry. With our unique blend of comprehensive courses and career support, your dream job is within reach. We understand the challenges of transitioning into a new field, which is why our program is tailored to guide you every step of the way - from mastering core skills to landing your first job in data analytics. By choosing our Data Analyst Job Ready Program, you're not just gaining skills; you're gaining a lifelong career partner. Our mission is simple - to be your trusted partner every step of the way, from Training to Employment. Enrol Now and Kickstart Your Data Analytics Career. Don't miss this opportunity to transform your career with the Data Analyst Job Ready Program. With our comprehensive training, career support, and money-back guarantee, you're not just enrolling in a program; you're investing in a brighter future. Join us now and become a part of the next generation of data analysts! In addition to teaching you the technical skills you need, we will also provide you with career mentoring and support. We will help you build your resume, prepare for interviews, and land your dream job. We also have partnerships with many companies that are hiring Data Analysts, so we can help you get the job you want. If you are not happy with our service, we also offer a 100% money-back guarantee. So what are you waiting for? Enrol in our Data Analyst Job Ready Program today and start your journey to becoming a successful Data Analyst! Why Choose Us? So, what sets us apart from other programs? Let's dive into the exceptional benefits you'll experience when you join our Data Analyst Job Ready Program: Personalised Guidance: Our experienced mentors will provide one-on-one counselling sessions tailored to your specific needs. Whether you're a beginner or have some experience, we will guide you towards honing your skills and developing a strong foundation in Business Analysis. One-On-One Consultation Sessions with Experts: Gain invaluable insights and guidance from seasoned professionals who have thrived in the Data Analyst field. Extensive Job Opportunities: We have established partnerships with numerous companies actively seeking Data analysts. Through our network, we'll connect you with exclusive job openings that are not easily accessible elsewhere. Interview Preparation: We provide you with access to a comprehensive database of potential interview questions curated over years of industry experience. Walk into your interviews confident, well-prepared, and ready to impress. 100% Money-Back Guarantee: Your satisfaction is our top priority. We are confident in the quality of our training and support, which is why we offer a 100% money-back guarantee. Courses we will provide once you enrol in the program: Course 01: Introduction to Data Analysis Course 02: Business and Data Analytics for Beginners Course 03: Data Analytics with Tableau Course 04: Quick Data Science Approach from Scratch Course 05: Learn MySQL from Scratch for Data Science and Analytics Course 06: SQL for Data Science, Data Analytics and Data Visualization Course 07: Statistics & Probability for Data Science & Machine Learning Course 08: Basic Google Data Studio Course 09: R Programming for Data Science Course 10: Python Data Science with Numpy, Pandas and Matplotlib Course 11: Complete Python Machine Learning & Data Science Fundamentals Course 12: 2021 Data Science & Machine Learning with R from A-Z Course 13: Microsoft Excel Complete Course Course 14: Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query Course 15: Data Center Training Essentials: General Introduction Course 16: Excel Data Analysis Course 17: Data Entry Administrator Training Course 18: SQL Masterclass: SQL For Data Analytics Course 19: Business Data Analysis Course 20: Master JavaScript with Data Visualization How Can We Offer Job Guarantees? HF Online provides consultancy, professional and educational services to many of the companies in the UK. During our intense exclusive training program, you will not just gain and complete the industry valuable certification but will gain industry experience as well, which is imperative to get your 1st job in the sector. The Data Analyst Job Ready Program with Career Support & Money Back Guarantee is completed in 9 easy steps: Step 1: Enrol in the Programme Begin your exciting journey with us by enrolling in the Data and Business Intelligence Analyst Job Ready Program. Complete your registration and make a secure online payment. Remember, we offer a 14-day money-back guarantee if you're not completely satisfied. After you enrol in the Program, you will get lifetime access to 6 premium courses related to Web Development. These courses will teach you the knowledge and skills required to become a successful Data and Business Intelligence Analyst. Our customer service team will help you and keep in contact with you every step of the way. So you won't have to worry about a thing! Step 2: Initial One-On-One Counselling Session Once enrolled, you will be paired with a dedicated career mentor. Schedule your first one-on-one session to discuss your career aspirations, skills, experience, and any areas for potential growth. This conversation will shape your learning and development path. Step 3: Certification upon Course Completion After learning from the courses, you must obtain certificates for each course. There will be exams for every course, and you have to pass them to get your certificate. To pass successfully, you must get 90% marks. Once you pass the exams, you will receive hardcopy certificates. These certificates will prove that you're an expert in the subject. Step 4: CV Revamping Our team of professionals will build you a compelling CV and LinkedIn profile. We'll ensure it presents your skills and qualifications effectively and is tailored to the needs and expectations of the finance industry. With these powerful tools in hand, you'll be fully prepared to tackle job interviews confidently. Step 5: Building Network and Submitting CV We understand the power of casting a wide net. We'll strategically submit your CV to various platforms and networks, expanding your reach and connecting you with valuable opportunities that align with your career goals. We will also make connections with many high-profile individuals and companies through your LinkedIn profile. Step 6: Interview Preparation With your CV ready, we'll move on to interview preparation. Gain exclusive access to our database of potential interview questions. Through simulated interviews with your mentor, you'll practice your responses and receive valuable feedback to further refine your skills. Step 7: Securing Job Interviews Leveraging our partnerships with leading companies, we'll secure job interviews for you. We'll ensure you get the opportunity to showcase your skills to potential employers and get the dream job you want. Step 8: Post-Interview Support Post-interview, we'll provide a debriefing session to reflect on your performance and identify areas of improvement for future interviews if necessary. Remember, our commitment extends until you land your dream job. Step 9: Celebrate Your New Job! Once you've secured your dream job in web development, it's time to celebrate! However, our support doesn't end there. We'll provide you with ongoing career advice to ensure you continue to thrive in your new role. We're excited to accompany you on this journey to success. Enrol today, and let's get started! Your path to a successful Data and Business Intelligence Analyst career begins with us. CPD 1000 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Data Analyst Job Ready Program is perfect for: Beginners eager to break into the field of data analytics and get a job. Professionals looking to move their career towards data science. Individuals seeking a comprehensive understanding of data analysis tools and techniques. Those aiming for a career upgrade with advanced analytics skills. Anyone interested in gaining practical, job-ready skills in data analytics and machine learning. Career path This Data Analyst Job Ready Program will help you get a job in different roles, such as: Entry-Level Data Analyst: £25,000 - £35,000 Mid-Level Data Analyst: £35,000 - £60,000 Senior Data Analyst: £50,000 - £80,000 Data Scientist: £40,000 - £100,000 Data Analytics Manager: £60,000 - £100,000 Business Intelligence Analyst: £30,000 - £75,000 Machine Learning Engineer: £45,000 - £80,000 Certificates CPD Accredited e-Certificate Digital certificate - Included CPD Accredited Framed (Hardcopy) Certificate Hard copy certificate - Included Enrolment Letter Digital certificate - Included QLS Endorsed Hard Copy Certificate Hard copy certificate - Included Student ID Card Digital certificate - Included

Data Analyst Job Guarantee Program with Career Support & Money Back Guarantee
Delivered Online On Demand12 weeks
£1,149

Crazy about Arduino: Your End-to-End Workshop - Level 3

By Packt

Learn to build a complete Internet of Things solution with Arduino, a SQL Database, and a web server

Crazy about Arduino: Your End-to-End Workshop - Level 3
Delivered Online On Demand4 hours 4 minutes
£93.99

Microsoft Office Specialist Excel Certification

4.7(47)

By Academy for Health and Fitness

Unleash the Power of Data with the Microsoft Office Specialist Excel Certification for Data Analysis Bundle! In today's data-driven world, employers are increasingly seeking professionals with strong Microsoft Office skills. According to a recent survey by the UK IT Institute, 85% of employers believe that Microsoft Office skills are essential for success in the workplace. From deciphering complex spreadsheets to crafting automated dashboards, this Microsoft Office Specialist Excel Certification bundle is your voyage into the heart of data analytics, guided by the expertise of Microsoft Office. This Microsoft Office Specialist Excel Certification for Data Analysis (Data Analytics) Bundle Contains 18 of Our Premium Courses for One Discounted Price: Course 01: Diploma in Complete Excel Course for All at QLS Level 5 Course 02: Diploma in Microsoft Access Power Pack & Workbooks at QLS Level 5 Course 03: Complete Microsoft Word Course 04: Microsoft Excel Complete Course Course 05: Microsoft Powerpoint Course 06: The Ultimate Microsoft Teams Complete Training Bundle (2020) Course 07: Microsoft Access Power Pack & Workbooks Course 08: Microsoft Excel Training: Depriciation Accounting Course 09: Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query Course 10: Ultimate Microsoft Excel For Business Bootcamp Course 11: Touch Typing Masterclass Course 12: Data Entry Administrator Training Course 13: Excel Data Analysis Course 14: SQL Masterclass: SQL For Data Analytics Course 15: Understanding Data Protection and Data Security Course 16: Information Management Course 17: Craft Excel Pivot Tables for Data Reporting Course 18: Business Data Analysis Whether you're looking to start a new career in data analysis or advance your current position, this Microsoft Office Specialist Excel Certification for Data Analysis bundle will give you the skills and knowledge you need to succeed. Learning Outcomes of Microsoft Office Specialist Excel Certification for Data Analysis Bundle Attain QLS Level 5 Diploma in Complete Excel Course, becoming an expert. Master Microsoft Access Power Pack & Workbooks at QLS Level 5. Excel in Microsoft Word, Excel, Powerpoint, and Teams. Unlock automated insights with Advanced Formula, VBA, and Power Query. Dive deep into Data Entry, Typing, and Depreciation Accounting. Conquer SQL for potent Data Analysis. Ensure data security through Understanding Data Protection. Craft compelling reports with Excel Pivot Tables. Why Choose Our Microsoft Office Specialist Excel Certification for Data Analysis Bundle? FREE Microsoft Office Specialist Excel Certification for Data Analysis certificate accredited Get a free student ID card with Microsoft Office Specialist Excel Certification for Data Analysis Training Get instant access to this Microsoft Office Specialist Excel Certification for Data Analysis course. Learn Microsoft Office Specialist Excel Certification for Data Analysis from anywhere in the world The Microsoft Office Specialist Excel Certification for Data Analysis is affordable and simple to understand The Microsoft Office Specialist Excel Certification for Data Analysis is an entirely online, interactive lesson with voiceover audio Lifetime access to the Microsoft Office Specialist Excel Certification for Data Analysis course materials The Microsoft Office Specialist Excel Certification for Data Analysis comes with 24/7 tutor support So enrol now in this Microsoft Office Specialist Excel Certification for Data Analysis Today to advance your career! Embark on a Symphony of Insight: The Microsoft Office Specialist Excel Certification for Data Analysis Bundle Within the tapestry of digital landscapes, where numbers whisper secrets and information orchestrates the dance of decision-making, the Microsoft Office Specialist Excel Certification for Data Analysis (Data Analytics) bundle emerges as a guiding star. With the synergy of Microsoft Office expertise, the finesse of Data Analysis acumen, and the precision of Microsoft Excel, this collection of 20 courses unfolds a narrative of empowerment. From deciphering the enigma of data to crafting narratives that chart success, every module resonates with the harmonious blend of skill and innovation. Discover a world where Microsoft Office becomes a conduit of artistry, Data Analysis unfurls like a story, and Microsoft Excel is the brush that paints insights. Enroll now and let the journey begin - where the symphony of knowledge marries technology to compose a future enriched by understanding, proficiency, and foresight. CPD 180 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Microsoft Office Specialist Excel Certification for Data Analysis Bundle is ideal for: Aspiring data analysts and professionals eager for Excel excellence. Business personnel seeking efficient data management. Those aiming to thrive in roles demanding data-centric skills Requirements You will not need any prior background or expertise in this Microsoft Office Specialist Excel Certification for Data Analysis Bundle. Career path This Microsoft Office Specialist Excel Certification for Data Analysis bundle will allow you to kickstart or take your career to the next stage in the related sector such as: Data Analyst: £25,000 - £40,000 Business Analyst: £28,000 - £45,000 Information Manager: £30,000 - £50,000 Financial Analyst: £26,000 - £42,000 Database Manager: £32,000 - £55,000 Certificates Digital certificate Digital certificate - Included

Microsoft Office Specialist Excel Certification
Delivered Online On Demand4 days
£105

CL207 IBM Db2 11.1 Administration Workshop for Linux

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This is an intermediate level course for students that will perform Database Administration tasks, who plan, implement, and maintain D22 11.1 databases. Overview These skills can be developed by taking: DB2 SQL Workshop DB2 Fundamentals This course teaches database administrators to perform basic database administrative tasks using Db2 11.1. These tasks include creating database objects like tables, indexes and views, and loading data into the database with Db2 utilities like LOAD and INGEST. Various diagnostic methods will be presented, including using db2pd command options, and monitoring with SQL statements that reference Db2 monitor functions. Students will learn how to implement automatic archival for database logs and how to recover a database to a specific point in time using the archived logs. The course covers using EXPLAIN tools to review the access plans for SQL statements and adding indexes to improve SQL performance. We will cover the locking performed by Db2 and the effect the application isolation level has on locking and lock wait conditions. Students will learn how to implement database security, including adding a security administrator, SECADM user, and implement database roles to simplify security management. We will also describe implementing Db2 native encryption for a database. Overview of Db2 11.1Db2 Command Line Processor (CLP) and GUI toolsThe Db2 database manager instanceCreating Databases and Data PlacementCreating Database ObjectsMoving DataBackup and RecoveryDatabase Maintenance, Monitoring and Problem DeterminationLocking and concurrencySecurity

CL207 IBM Db2 11.1 Administration Workshop for Linux
Delivered OnlineFlexible Dates
Price on Enquiry

55318: Advanced Automated Administration with Windows PowerShell

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is intended for IT professionals who are experienced in general Windows Server and Windows Client administration. Students should have a foundational knowledge of Windows PowerShell, which they can obtain by taking course 10961C: Automating Administration with Windows PowerShell. In addition, this course provides scripting guidance for Microsoft Azure administrators and developers who support development environments and deployment processes. Overview After completing this course, you will be able to: Create advanced functions. Use Microsoft .NET Framework and REST API in Windows PowerShell. Handle script errors. Use XML, JSON, and custom formatted data. Manage Microsoft Azure resources Analyze and debug scripts Understand Windows PowerShell workflow. This course teaches students how to automate administrative tasks using PowerShell. Students will learn crucial scripting skills such as creating advanced functions, writing controller scripts, and handling script errors. Candidates will learn how to use PowerShell when working with Microsoft Azure, SQL Server, Active Directory, IIS, Windows PowerShell Workflow, .NET resources, the REST API and XML, CSV & JSON formatted data files.This course replaces retired Microsoft course 10962. Module 1: Creating advanced functions Lesson 1: Converting a command into an advanced function Lesson 2: Creating a script module Lesson 3: Defining parameter attributes and input validation Lesson 4: Writing functions that accept pipeline input Lesson 5: Producing complex pipeline output Lesson 6: Using comment-based Help Lesson 7: Using Whatif and Confirm parameters Module 2: Using Microsoft .NET Framework and REST API in Windows PowerShell Lesson 1: Using .NET Framework in PowerShell Lesson 2: Using REST API in PowerShell Module 3: Writing controller scripts Lesson 1: Understanding controller scripts Lesson 2: Writing controller scripts with a user interface Lesson 3: Writing controller scripts that create reports Module 4: Handling script errors Lesson 1: Understanding error handling Lesson 2: Handling errors in a script Module 5: Using XML, JSON, and custom-formatted data Lesson 1: Working with XML formatted data Lesson 2: Working with JSON formatted data Lesson 3: Working with custom-formatted data Module 6: Enhancing server management with Desired State Configuration and Just Enough Administration Lesson 1: Implementing Desired State Configuration Lesson 2: Implementing Just Enough Administration Module 7: Analyzing and debugging scripts Lesson 1: Debugging in Windows PowerShell Lesson 2: Analyzing and debugging an existing script Module 8: Understanding Windows PowerShell Workflow Lesson 1: Understanding Windows PowerShell Workflows Lesson 2: Running Windows PowerShell Workflows

55318: Advanced Automated Administration with Windows PowerShell
Delivered OnlineFlexible Dates
£1,785

The Oracle Database Performance Tuning Course

By Packt

Supercharge your career as an Oracle DBA! This in-depth performance tuning course empowers you to pinpoint bottlenecks, master essential tools like AWR and ASH, elevate your database's performance, and unlock your potential as a top-tier Oracle DBA.

The Oracle Database Performance Tuning Course
Delivered Online On Demand27 hours 25 minutes
£59.99

Computer Programming Training - CPD Certified

4.9(27)

By Apex Learning

*** Don't Spend More; Spend Smart*** Life Just Got Better This Summer! Get Hard Copy + PDF Certificates + Transcript + Student ID Card + e-Learning App as a Gift - Enrol Now Tired of browsing and searching for the perfect computer programming course? Struggling to find a comprehensive package that covers all your needs? Look no further! The Computer Programming Training - CPD Certified offers a complete 14-in-1 bundle, providing everything you need to excel in computer programming and related fields. This extensive course is designed to equip you with the essential skills and knowledge to thrive in today’s competitive job market. This all-in-one computer programming bundle has been meticulously crafted by industry experts, taking into account feedback from thousands of learners just like you. We have prioritised the key components that learners seek in a comprehensive computer programming package and developed a course that addresses these needs effectively. From fundamental computer science principles to advanced programming techniques, this bundle ensures you gain a well-rounded education. Enrol in the Computer Programming Training - CPD Certified today and take your computer programming skills to the next level. With this course, you'll enhance your expertise and prepare yourself for success in the dynamic world of technology. Don’t miss out on the opportunity to advance your career with a certification that stands out. This Bundle Consists of the following Premium courses: Course 01: Python Programming for Everybody Course 02: Computer Science With Python Course 03: Data Science with Python Course 04: JavaScript Foundations for Everyone Course 05: C # Programming - Beginner to Advanced Course 06: R Programming for Data Science Course 07: Three.js & WebGL 3D Programming Course for Beginners Course 08: SQL Programming Masterclass Course 09: SQL NoSQL Big Data and Hadoop Course 10: Nodejs MySQL Login System Course Course 11: Coding with HTML, CSS, & Javascript Course 12: HTML and CSS Coding: Beginner to Advanced Course 13: CSS Coding Course 14: Functional Skills IT Key Features of the Course: FREE Computer Programming Training – CPD Certified certificate Get a free student ID card with Computer Programming Training – CPD Certified (£10 applicable for international delivery) Lifetime access to the Computer Programming Training – CPD Certified course materials The Computer Programming Training – CPD Certified program comes with 24/7 tutor support Get instant access to this Computer Programming Training – CPD Certified course Learn Computer Programming Training – CPD Certified from anywhere in the world The Computer Programming Training – CPD Certified is affordable and simple to understand The Computer Programming Training – CPD Certified is entirely online Learning Outcomes: Upon completing the Computer Programming Training - CPD Certified, you will: Master core computer programming concepts and methodologies. Develop proficiency in Python, HTML, CSS, JavaScript, and PHP. Implement and manage cloud computing solutions with CompTIA Cloud+. Apply ethical hacking techniques and enhance cybersecurity knowledge with Kali Linux. Design and manage databases using SQL Server and understand data encryption principles. Build and customise your own computer systems to meet specific needs. How will I get my Certificate? After successfully completing the course, you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (For The Title Course) Hard Copy Certificate: Free (For The Title Course) CPD 160 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Computer Programming Training - CPD Certified bundle. Requirements Our Computer Programming Training - CPD Certified bundle is fully compatible with PCs, Macs, laptops, tablets and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones, so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course; it can be studied in your own time at your own pace. Career path With the Computer Programming Training - CPD Certified, you open doors to a variety of rewarding roles in the tech industry. Explore these career opportunities: Junior Developer: £25,000 - £35,000 Web Developer: £30,000 - £45,000 Software Engineer: £35,000 - £55,000 Full Stack Developer: £40,000 - £60,000 Cybersecurity Analyst: £35,000 - £50,000 Cloud Solutions Architect: £50,000 - £70,000 Certificates Certificate of completion Digital certificate - Included Certificate of completion Hard copy certificate - Included P.S. The delivery charge inside the UK is £3.99, and the international students have to pay £9.99.

Computer Programming Training  - CPD Certified
Delivered Online On Demand3 days
£79

Business Intelligence Analysis Training

4.3(43)

By John Academy

Overview Business intelligence analysis plays a significant role in determining the success and failure of the business. Hence, skilled analysts are high-value employees in the business sector. If you want to be one of them, start working on your skills. Our exclusive Business Intelligence Analysis Training can help you out with your skill-building In this comprehensive training program, you will get a detailed understanding of business intelligence analysis. The course will educate you on the principles of real-time business analysis, SQL and data management. From the engaging modules, you will learn about statistics and data science. The course will also teach you the strategies of data visualisation and sat warehouse concepts. By the end of the course, you will also grasp the ABCs of Python programming language. This is the perfect skill and career booster. Join now and open new doors or possibilities! Course Preview Learning Outcomes Understand the core principles of real-time business intelligence Grasp a solid understanding of statistics and data science Build your expertise in SQL and database management Develop your skills in data visualisation in business intelligence Introduce yourself to the basics of Python Why Take This Course From John Academy? Affordable, well-structured and high-quality e-learning study materials Meticulously crafted engaging and informative tutorial videos and materials Efficient exam systems for the assessment and instant result Earn UK & internationally recognised accredited qualification Easily access the course content on mobile, tablet, or desktop from anywhere, anytime Excellent career advancement opportunities Get 24/7 student support via email What Skills Will You Learn from This Course? Data management Business intelligence analysis Statistics Who Should Take This Business Intelligence Analysis Training? Whether you're an existing practitioner or an aspiring professional, this course is an ideal training opportunity. It will elevate your expertise and boost your CV with key skills and a recognised qualification attesting to your knowledge. Are There Any Entry Requirements? This Business Intelligence Analysis Training is available to all learners of all academic backgrounds. But learners should be aged 16 or over to undertake the qualification. And a good understanding of the English language, numeracy, and ICT will be helpful. Business Intelligence Analysis Training Certification After completing and passing the Business Intelligence Analysis Training successfully, you will be able to obtain a Recognised Certificate of Achievement. Learners can obtain the certificate in hard copy at £14.99 or PDF format at £11.99. Career Path​ This exclusive Business Intelligence Analysis Training will equip you with effective skills and abilities and help you explore career paths such as  Business Intelligence Analyst Business Executive Entrepreneur Module-1: An Introduction To Business Intelligence An Introduction to Business Intelligence 00:45:00 Module-2: Real-Time Business Intelligence Real-time Business Intelligence 00:34:00 Module-3: Fundamentals Of Statistics And Data Science Fundamentals of Statistics and Data Science 00:49:00 Module-4: Fundamentals Of SQL Fundamentals of SQL 00:39:00 Module-5: Database Management Essentials Database Management Essentials 00:49:00 Module-6: Data Warehouse Concepts Data Warehouse Concepts 00:37:00 Module-7: Data Visualisation In Business Intelligence Data Visualisation in Business Intelligence 00:34:00 Module-8: Basics Of Python Basics of Python 00:26:00 Assignment Assignment - Business Intelligence Analyst 00:00:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Business Intelligence Analysis Training
Delivered Online On Demand5 hours 13 minutes
£11.99