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

407 Data Management courses in Glasgow delivered Online

Building the Case for Data Governance

5.0(3)

By The Data Governance Coach

Building the Case for Data Governance Masterclass with Nicola Askham (The Data Governance Coach) and Alex Leigh

Building the Case for Data Governance
Delivered OnlineJoin Waitlist
FREE

Programming AutoCAD with SQL Server Database Using C#

4.5(3)

By Studyhub UK

Embark on a transformative journey into the realm of precision and efficiency with our course, 'Programming AutoCAD with SQL Server Database Using C#.' Delve into the intricacies of marrying AutoCAD functionality with the power of SQL Server databases through the lens of C#. In this immersive learning experience, you'll progress seamlessly from laying the groundwork in Sections 1 and 2, exploring tools and SQL queries, to the advanced stages of Section 7, mastering the art of deleting data in SQL Server databases directly from AutoCAD. This course is more than a mere exploration of coding; it's a creative odyssey where you sculpt the future of design and data integration, unlocking a realm of possibilities with every line of code. Learning Outcomes Tool Proficiency and SQL Mastery: Gain expertise in the tools essential for AutoCAD programming and unravel the complexities of SQL queries, setting the foundation for database manipulation. Database Creation and Table Design: Learn to create databases and design tables, ensuring a structured and efficient storage system for your AutoCAD projects. Data Loading Techniques: Master the techniques of loading data into SQL Server databases, streamlining the process of transferring AutoCAD information to the database seamlessly. Efficient Data Retrieval: Acquire the skills to retrieve data from databases, enhancing your ability to access and utilize information stored within the SQL Server infrastructure. Data Manipulation Mastery: Explore the intricacies of updating and deleting data in SQL Server databases directly from AutoCAD, revolutionizing your approach to data management within the AutoCAD environment. Why choose this Programming AutoCAD with SQL Server Database Using C# course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Programming AutoCAD with SQL Server Database Using C# course for? Aspiring programmers eager to elevate their skills in AutoCAD and SQL Server integration. Design professionals seeking to streamline their workflow through efficient database utilization. Students and enthusiasts interested in the intersection of design and database management. Engineers and architects aiming to enhance their AutoCAD capabilities with dynamic data manipulation. Individuals keen on mastering C# for advanced applications in the AutoCAD environment. Career path CAD Programmer: £30,000 - £45,000 Database Integration Specialist: £35,000 - £50,000 Software Engineer (AutoCAD): £40,000 - £55,000 Database Administrator: £35,000 - £50,000 Architectural Technologist: £30,000 - £45,000 Engineering Software Developer: £45,000 - £60,000 Prerequisites This Programming AutoCAD with SQL Server Database Using C# does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Programming AutoCAD with SQL Server Database Using C# was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Section 01: Introduction Course Topics 00:02:00 Introduction 00:02:00 Section 2 - Tools And SQL Queries Section Overview 00:01:00 Downloading Visual Studio 2019 00:01:00 Downloading SQL Server Express 00:02:00 Downloading SQL Server Management Studio (SSMS) 00:01:00 SQL Queries - Overview 00:03:00 INSERT SQL Statement - Demo 00:13:00 SELECT SQL Statement - Demo 00:08:00 UPDATE SQL Statement - Demo 00:08:00 DELETE SQL Statement - Demo 00:11:00 Section 3 - Create Database And Tables Section Overview 00:01:00 Creating the CADDB Database 00:03:00 Creating the Lines Table 00:07:00 Creating the MTexts Table 00:04:00 Creating the Plines Table 00:04:00 Creating the Blocks No Attribute Table 00:04:00 Creating the Blocks With Attributes Table 00:04:00 Section 4 - Loading Into SQL Server Database Section Overview 00:02:00 Loading Lines into SQL Server Database 00:01:00 Creating the CADDB Project 00:04:00 Creating the Settings File 00:04:00 Creating the Get Connection Method 00:03:00 Creating the LoadLines() Method 00:22:00 Creating the User Interface for the LoadLines() method 00:07:00 Running the LoadLines() Method 00:05:00 Loading MTexts into SQL Server Database - Overview 00:01:00 Creating the LoadMTexts() Method 00:10:00 Running the LoadMTexts() Method 00:06:00 Loading LWPolylines into SQL Server Database - Overview 00:01:00 Creating the LoadPolylines() Method 00:13:00 Running the LoadPlines() Method 00:03:00 Running the LoadPlines() Method 00:03:00 Creating the LoadBlocksNoAttribute() Method 00:11:00 Running the LoadBlocksNoAttribute() Method 00:03:00 Loading Blocks (with Attributes) into SQL Server Database - Overview 00:01:00 Creating the LoadBlocksWithAttributes() Method 00:07:00 Running the BlocksWithAttributes() Method 00:02:00 Section 5 - Retrieving Data From Database Section Overview 00:02:00 Retrieving Lines from SQL Server Database - Overview 00:01:00 Creating the DBRetrieveUtil Class 00:03:00 Creating the RetrieveAndDrawLines() Method (Part 1) 00:17:00 Creating the GetColorIndex() Method 00:05:00 Creating the RetrieveAndDrawLines() Method (Part 2) 00:11:00 Running and Testing the RetrieveAndDrawLines() Method 00:09:00 Retrieving MTexts from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawMTexts() Method 00:11:00 Running and Testing the CreateAndDrawMTexts() Method 00:05:00 Retrieving LWPolylines from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawPlines() Method 00:12:00 Running and Testing the RetrieveAndDrawPlines() Method 00:05:00 Retrieving Blocks (No Attribute) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksNoAttribute() Method 00:11:00 Running and Testing the RetrieveAndDrawBlocksNoAttribute() Method 00:05:00 Retrieving Blocks (with Attributes) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksWithAttributes() Method 00:21:00 Running and Testing the RetrieveAndDrawBlocksWithAttributes() Method 00:10:00 Section 6 - Updating Data In SQL Server Database - Overview Section Overview 00:01:00 Updating Lines in SQL Server Database - Overview 00:01:00 Creating the DBUpdateUtil Class 00:02:00 Creating the UpdateLines() Method 00:25:00 Creating the User Interface for UpdateLines() Method 00:02:00 Running and Testing the UpdateLines() Method 00:08:00 Updating MTexts in SQL Server Database - Overview 00:01:00 Creating the UpdateMTexts() Method 00:09:00 Creating the User Interface for UpdateMTexts() 00:01:00 Running and Testing the UpdateMTexts() Method 00:07:00 Updating the LWPolylines in SQL Server Database - Overview 00:01:00 Creating the UpdateLWPolylines() Method 00:09:00 Running and Testing the UpdateLWPolylines() Method 00:07:00 Updating Blocks (No Attributes) in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksNoAttributes() Method 00:10:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksNoAttributes() Method 00:04:00 Updating Blocks With Attributes in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksWithAttributes() Method 00:08:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksWithAttributes() Method 00:09:00 Section 7 - Deleting Data In SQL Server Database From AutoCAD - Overview Section Overview@ 00:02:00 Deleting Lines in SQL Server from AutoCAD - Overview 00:01:00 Creating the DBDeleteUtil Class 00:01:00 Creating the DeleteLines() Method 00:13:00 Creating the User Interface for the DeleteLines() Method 00:02:00 Running and Testing the DeleteLines() Method 00:04:00 Deleting MTexts in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteMTexts() Method 00:04:00 Creating the User Interface for DeleteMTexts() Method 00:01:00 Running and Testing the DeleteMTexts() Method 00:03:00 Deleting LWPolylines in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeletePlines() Method 00:04:00 Creating the User Interface for the DeletePlines() Method 00:01:00 Running and Testing the DeletePlines() Method 00:02:00 Deleting Blocks (No Attribute) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksNoAttribute() Method 00:03:00 Creating the User Interface for DeleteBlocksNoAttribute() Method 00:01:00 Running and Testing DeleteBlocksNoAttribute() Method 00:02:00 Deleting Blocks (With Attributes) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksWithAttributes() Method 00:02:00 Creating the User Interface for DeleteBlocksWithAttributes() Method 00:01:00 Running and Testing the DeleteBlocksWithAttributes() Method 00:02:00

Programming AutoCAD with SQL Server Database Using C#
Delivered Online On Demand8 hours 2 minutes
£10.99

Salesforce Integration With External Systems Part 2

By Packt

Explore data connectivity and streamline workflows by mastering integrating Salesforce with external systems. Discover a range of tools and techniques to seamlessly connect Salesforce with external apps. Understand concepts such as Auth Providers/Named Credentials, HTTP callouts, and OpenAPI 3.0, and achieve robust integrations without coding.

Salesforce Integration With External Systems Part 2
Delivered Online On Demand4 hours 55 minutes
£44.99

Data Science Engineering: Data Analytics & Database Management with MySQL - QLS Endorsed

4.8(9)

By Skill Up

Level-7 QLS Endorsed | 22-in-1 Diploma Bundle| Free CPD PDF+ Transcript Certificate| Lifetime Access| Learner Support

Data Science Engineering: Data Analytics & Database Management with MySQL - QLS Endorsed
Delivered Online On Demand5 days
£119

Sustainable data strategies for a changing world

5.0(3)

By The Data Governance Coach

Data Strategies seem to be everywhere right now. But there are data strategies that essentially place 'hope' at their centre! We believe there is a better way.

Sustainable data strategies for a changing world
Delivered OnlineFlexible Dates
FREE

1 Day Data Governance Mastermind (Waitlist)

5.0(3)

By The Data Governance Coach

Are you struggling with a Data Governance issue and wish you had a team of other Data Governance professionals you could bounce it around with? You’ve done Data Governance training and you know what you’re focusing on. While your team is supportive, you spend a lot of time dealing with, and driving forward, culture change, managing stakeholders, and fielding questions from people who have their own priorities and now need to do this ‘Data Governance stuff’ on top. It would be nice, once in a while, to have a conversation about how to achieve something free from internal issues. You want to talk about best practices and get some alternative ideas. That’s what my Data Governance Mastermind gives you: space to reflect with the support of your peers and practical solutions you can implement.

1 Day Data Governance Mastermind (Waitlist)
Delivered OnlineJoin Waitlist
FREE

Clinical Coding Training & Audits Mini Bundle

By Compete High

Health records aren’t just paperwork—they're essential data for decision-making. This bundle focuses on how health information is structured, coded, and handled in ways that support patient care, reporting, and audits. With topics ranging from biology to GDPR, you’ll get a data-driven view of healthcare admin. Perfect for those drawn to structured detail and accuracy, this bundle helps you understand how medical coding ties into everything from public health reports to the work of biomedical engineers. It’s the go-to route for those wanting a career that mixes healthcare with logic and systems. Learning Outcomes: Understand basic biology related to clinical information. Explore public health and its use of recorded data. Learn how health codes are structured and applied correctly. Get to know biomedical data in relation to admin systems. Understand patient data rights under GDPR guidelines. Develop structured habits for clear and accurate recordkeeping. Who Is This Course For: Individuals seeking roles in medical administration. Beginners interested in clinical coding foundations. Learners wanting better health data management skills. People drawn to structure, systems, and healthcare detail. Admin staff working within health or social care. Applicants preparing for NHS data or audit work. Students looking at biomedical or health information roles. Anyone focused on accuracy and documentation in healthcare. Career Path (UK Average Salaries): Clinical Coder – £28,000/year Health Records Officer – £23,500/year Data Quality Analyst – £30,000/year Public Health Administrator – £29,000/year GDPR Compliance Coordinator – £31,000/year Medical Audit Assistant – £26,500/year

Clinical Coding Training & Audits Mini Bundle
Delivered Online On Demand11 hours
£19.99

Clinical Coding & Billing Course Mini Bundle

By Compete High

This bundle introduces the structure behind modern healthcare data management, coding systems, and billing processes. Whether you're eyeing the numbers behind the NHS or wondering where biology meets biomedical engineering, this Mini Bundle cuts through the fog. With focused content in healthcare, GDPR, and public health, it’s made for those who prefer tidy spreadsheets over sticky notes. Alongside coding principles and healthcare insights, you'll dip into essential knowledge in biology and legal foundations through GDPR. It's not about making you a doctor—it's about helping you support the system behind them. An excellent starting point for those curious about the admin backbone of medical services. Learning Outcomes: Understand healthcare terminology used in clinical documentation. Learn basics of public health and population data collection. Identify key biology concepts for health record clarity. Recognise the purpose and scope of biomedical engineering. Understand GDPR in a health data context. Explore billing structures in UK healthcare systems. Who Is This Course For: Aspiring clinical coders with data-focused interests. NHS admin staff managing patient or health records. Students considering non-clinical medical careers. Professionals in healthcare support departments. Medical billing assistants seeking background theory. Health data entry clerks or administrators. Biomedical professionals entering record-based roles. Individuals interested in GDPR within healthcare settings. Career Path: Clinical Coder – £28,000/year Medical Billing Clerk – £24,000/year Health Information Officer – £27,000/year Medical Records Officer – £25,000/year Healthcare Administrator – £26,000/year GDPR Officer (Healthcare Focus) – £30,000/year

Clinical Coding & Billing Course Mini Bundle
Delivered Online On Demand11 hours
£19.99

Purchasing Clerk: 8-in-1 Premium Online Courses Bundle

By Compete High

Step into the world of purchasing and procurement with the Purchasing Clerk: 8-in-1 Premium Online Courses Bundle, designed to launch your career in supply chain, finance, and operations. This comprehensive bundle combines critical skills in Purchasing and Procurement, Finance, Purchase Ledger, Financial Analysis, Operations Management, Team Leader, MS Excel, and Project Management to make you an indispensable asset to any employer. Don't let the competition leave you behind—boost your employability with in-demand skills and knowledge. This bundle offers incredible value and a powerful edge in industries where efficiency and accuracy in procurement and finance matter most. Compete High has 4.8 on 'Reviews.io' and 4.3 on Trustpilot, proving learners trust the quality and impact of these courses. Description Get ready for the demands of purchasing clerk roles with this premium bundle that emphasizes key competencies across supply chain and finance sectors. Master Purchasing and Procurement alongside financial acumen from Finance and Purchase Ledger courses, ensuring you handle vendor relationships and financial records flawlessly. The inclusion of Financial Analysis helps you interpret financial data vital for budgeting and forecasting. Learn Operations Management skills to streamline processes, and develop leadership capabilities with the Team Leader course. Strengthen your technical proficiency in MS Excel, a must-have tool for data management, and boost your ability to plan and execute tasks with Project Management. This bundle is carefully curated to provide you with a multi-faceted skillset employers look for in the purchasing and procurement industry, helping you become highly competitive in the job market. FAQ Q: Who can benefit from this bundle? A: Individuals seeking roles in purchasing, procurement, finance, operations, and management. Q: Will I get a certificate after completion? A: Yes, each course completion awards a certificate to validate your expertise. Q: How does MS Excel fit into this bundle? A: MS Excel is crucial for data handling, budgeting, and reporting, empowering you to work efficiently in purchasing and finance roles. Q: Is leadership training included? A: Yes, the Team Leader course helps you develop essential management skills.

Purchasing Clerk: 8-in-1 Premium Online Courses Bundle
Delivered Online On Demand16 hours
£28.99

Geospatial Technology: Applications and Innovations

4.3(43)

By John Academy

Meta Description: Explore the dynamic world of Geospatial Technology in this comprehensive course. From GIS basics to advanced spatial analysis techniques, remote sensing, web-based mapping, and geospatial programming, dive into real-world projects and applications. Discover how to manage spatial data, visualize information, and automate processes, equipping yourself with the skills to tackle diverse challenges across industries. Embark on a journey of innovation and exploration in the realm of Geospatial Technology.

Geospatial Technology: Applications and Innovations
Delivered Online On Demand2 hours 30 minutes
£23.99