Great Learning Academy
This free course on Database and SQL aims at familiarizing you with the essential concepts of Database and SQL for better data management. Learn fundamentals of SQL and database and set up MySQL on your MacOS and Windows system. Get familiar with the concepts of fetching, filtering, aggregating, and joining data and understand its implementation through hands-on examples. Complete these modules and a quiz to earn a…
Skills: Aggregating Data · Database and SQL Fundamentals · Fetching Data · Filtering Data
★4.6(3,080)Beginner1 hour 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
The SQL Projects for Beginners course is designed to help you gain a working knowledge of DBMS managing and querying tools. SQL is a popularly used tool to extract data from the table. The first half of the course introduces you to the very popular Database Management System. It then continues by helping you understand Relational Database Management System, an interface between users, applications, database, and adm…
Skills: Bank Database Project · Introduction To Database Management System · Introduction to MySQL · Introduction To RDBMS
★4.4(4,762)Beginner30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
This free SQL for Data Science course provides the essential skills to manage databases and perform complex data analysis using SQL. You’ll learn core SQL techniques, including creating and manipulating tables, using clauses such as GROUP BY and HAVING, and mastering joins (INNER, LEFT, RIGHT, FULL, and SELF joins) to retrieve data across multiple tables. The course covers advanced SQL concepts like subqueries, incl…
Skills: Aliases In SQL · Data Analysis · GROUP BY Statement · HAVING Clause
★4.5(7,957)Intermediate3 hours
✓ Free learning · Paid certificate
Great Learning Academy
In this SQL course, you’ll learn the essential skills to manage relational databases and perform complex data queries. You’ll learn and apply key SQL techniques, including basic and advanced queries, joins, subqueries, and functions. The course covers database design principles, such as normalization and table relationships, to help you organize data efficiently. Advanced topics such as transactions, window function…
Skills: Dcl · Ddl · Dml · Joins
Intermediate7 hours
✓ WITH CERTIFICATE
Great Learning Academy
Human Resource Database Management System is one of the most popular databases in the SQL world, a software used to streamline the HR processes. It stores personal data in a secure environment. The transactions relating to the payroll process, position management, time and attendance, recruitment, benefits, and other HR data collection protocols are recorded, stored, managed, and retrieved whenever needed. In short,…
Skills: Data Manipulation · Data Retrieval · Data Storage · HR Database Project
★4.5(1,059)Beginner1 hour
✓ Free learning · Paid certificate
Great Learning Academy
In this course, you will understand the working of Oracle DBMS in-depth. First, you will start with an introduction to DBMS, the difference between data and database; after that, you will learn how to create tables and store or insert data inside them. Later, you will also learn various miscellaneous and small topics around Oracle, which are very important from an interview perspective. Not only that, but you will a…
Skills: Advanced Java Projects Ideas · Beginner Java Projects Ideas · Hands-On Java Project Experience · Intermediate Java Projects Ideas
★4.5(3,232)Beginner3 hours 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
This free course will teach you about SQL analytics and Python analytics. Python is one of the world's most popular programming languages today. In recent times, it has found its popularity in the domain of data analysis. This is the case because Python offers a lot of convenience in terms of its easy-to-use syntax, various data analysis frameworks, and fantastic flow that helps with the easy analysis of a large amo…
Skills: Data Analysis With Python · Data Retrieval Using SQL · Python Project On FIFA Dataset · Python Project On IPL Dataset
★4.5(1,074)Beginner1 hour 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
The online SQL course helps you strengthen your query-writing skills and work more efficiently with data in MySQL. You will learn pattern matching with LIKE and wildcards, subqueries for nested logic, SQL CASE statements for condition-based outputs, and views for saving reusable query results. These concepts help you find records faster, reduce repetitive query writing, and make SQL outputs easier to organize for an…
Skills: Pattern Matching · Query Optimization · SQL Case · Subqueries
★4.5(2,694)Advanced1 hour
✓ Free learning · Paid certificate
Great Learning Academy
The AWS Databases course equips you with the foundational knowledge to understand, select, and work with AWS-managed database services. You will learn core database concepts, including key database operations and the differences between relational and NoSQL databases. The course introduces MySQL and AWS database services such as Amazon Aurora, Redshift, and Athena, helping you understand how cloud databases support…
Skills: Amazon Athena · Amazon Redshift · Architecture · Aurora MySQL
Intermediate3 hours
✓ WITH CERTIFICATE
Great Learning Academy
In this course, you will understand the concept of Python MySQL. Python is a very well-known programming language that supports database applications as well. You will start this course by understanding what python is and installing an IDE. Moving forward, you will learn how to establish a database connection between Jupyter Notebook and MySQL by installing MySQL Connector using pip. Then, You will know about the SQ…
Skills: SQL Statements
★4.5(711)Beginner1 hour
✓ Free learning · Paid certificate
Great Learning Academy
For beginners to take you from the starting point through the finishing point of everything you need to know about SQL and getting started on the journey to master it. This video starts by guiding you through the installation process of MySQL, understanding DBMS, its history, types, advantages and associated key concepts. Following this, the video teaches SQL and its key functions and concepts by carrying out simult…
Skills: Operators in MySQL
★4.5(529)Beginner1 hour 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
Embark on a comprehensive learning journey with our free course, 'Introduction to PostgreSQL.' This course is designed to equip you with a solid foundation in PostgreSQL, covering key aspects such as an in-depth introduction, exploration of its powerful features, step-by-step installation guidance, and hands-on practice with PostgreSQL create commands and essential clauses. Immerse yourself in the world of databases…
Skills: Aggregate functions · Basic commands in PostgreSQL · Database · Installation of PostgreSQL
★4.5(143)Beginner1 hour
✓ Free learning · Paid certificate
Great Learning Academy
The Data Analysis using SQL and Excel course provides the practical skills needed for data analytics, focusing on SQL and Excel for data manipulation, filtering, and aggregation. You’ll master advanced SQL techniques, including joins, subqueries, and window functions, enabling you to handle complex datasets. The course also teaches data visualization in Excel, allowing you to create actionable insights through chart…
Skills: Business Case Studies · Dashboards · Data Analytics · Data Cleaning
Advanced8 hours
✓ WITH CERTIFICATE
Great Learning Academy
In this SQL Joins Course in Hindi, you will understand the Joins concept in the Structured Query Language. You will start this course by understanding what is Joins in SQL and why do we need them, then you will jump to different types of Join one by one to know how each one of them differs from one another. We will be taking some examples and the Oracle database to check the results too. After that, you will learn h…
Skills: Joins in SQL - in Hindi
★4.5(316)Beginner1 hour
✓ Free learning · Paid certificate
Great Learning Academy
This course will first introduce you to Database Management System (DBMS) with a few examples. Next, you will learn its various types and advantages, followed by the Relational Database Management System (RDBMS), wherein you will comprehend the differences between DBMS and RDBMS. Later, you will get familiar with different Keys and Normalization techniques with examples. Moving ahead, you will be introduced to MySQL…
Skills: Commands and Operators · DBMS & RDBMS Fundamentals · Filtering and Pattern Matching · Installing MySQL
★4.5(14,187)Beginner4 hours 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
MySQL is a tool that is an open-source relational database management system that organizes the data into one or more tables where data types are related to each other. These relations help to structure the data in the tables. Structured Query Language is used to create, modify and extract data from relational databases, and it also controls user access to the database. RDBMS like MySQL, in addition to Relational da…
Skills: MySQL Basics in Hindi
★4.6(2,012)Beginner1 hour 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
There is a need for an organised data handling mechanism in any industry today. There are various types of databases available in the industry for this purpose. But before moving to any of these various specialized database, it is recommended to start from the base and first understand about the Relational DBMS. In this course we will be looking into the concepts and differences between databases, DBMSs and File sys…
Skills: Introduction to RDBMS · MySQL Basics · SL Tutorial
★4.5(529)Beginner2 hours 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
With the amount of data increasing exponentially by the day, its management becomes extremely crucial, and that's where SQL enters! Data in its raw form is more often than not incomprehensible and requires to be organized to be made sense of. SQL involves organization, manipulation, retrieval and storage of data in relational databases. Explore our Software Engineering Courses today.
Skills: Combine Tables · Full Join · Hands-On Examples · Inner Join
★4.4(727)Beginner1 hour 30 minutes
✓ Free learning · Paid certificate
McCombs School of Business at The University of Texas at Austin
Master cutting-edge Data Science technologies like Python, Tableau, Machine Learning, AI, Generative AI, and more in this Data Science with GenAI certificate program. Earn dual certificates from McCombs School of Business at UT Austin and Great Lakes Executive Learning
Skills: Data Analysis · Data Visualization using Tableau · Deep Learning · Generative AI
★4.8(84)Beginner12 months
✓ WITH CERTIFICATE
Great Learning Academy
Database management is necessary as it helps manage data effectively, and this free course aims to help you get started with Database Management System. First, you will get introduced to DBMS and its various supportive softwares. You will learn about the relational database management system and its advantages against other data management systems. Further, you will know the key concepts of RDBMS. Lastly, you will g…
Skills: Data Management Techniques · Data Querying Proficiency · Database Design Skills · DBMS Fundamentals
★4.4(6,205)Beginner1 hour
✓ Free learning · Paid certificate
Great Learning Academy
MongoDB is a powerful document-oriented database system, and this course helps you learn MongoDB basics. This MongoDB for beginners course introduces you to it and helps you understand NoSQL and its need in DBMS. You will learn about the SQL and NoSQL features and learn to install MongoDB on your system. CRUD operations are the most significant part of any database, and you will learn about them and their syntax wit…
Skills: Basic of MongoDB · Create Collection · Create Database · Create Documents
★4.5(2,575)Beginner2 hours
✓ Free learning · Paid certificate
Great Learning Academy
In this course, you will learn PHP withMySQL for free, covering how to create dynamic and interactive web applications using PHP and integrate them with MySQL databases. You will be taught about the syntax of PHP, variables, datatypes, operators, functions, arrays, and string manipulations, as well as how to connect a PHP script with a MySQL database and carry out simple tasks. Other useful elements in the course ar…
Skills: MySQL Database · Php · PHP and MySQL Integration · PHP Arrays
Beginner2 hours
✓ Free learning · Paid certificate
Great Learning Academy
Existe la necesidad de un mecanismo de manejo de datos organizado en cualquier industria hoy en día. Hay varios tipos de bases de datos disponibles en la industria para este propósito. Pero antes de pasar a cualquiera de estas diversas bases de datos especializadas, se recomienda comenzar desde la base y comprender primero el SGBD relacional. En este curso, analizaremos los conceptos y las diferencias entre bases de…
Skills: Fundamentos de MySQL · Introducción a RDBMS · Tutorial SL
★4.5(529)Beginner2 hours 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
In this free full stack developer course, you'll dive into the core architecture of web development. Discover the varied roles within the field of web development and grasp what it means to be a full-stack developer, a role that melds front-end and back-end skills seamlessly. Delve into the different aspects of full stack development, learning how this comprehensive role serves as a bridge between creative design an…
Skills: Back-end Technologies · Css · Database Management and SQL · Front-end Technologies
★4.3(1,608)Beginner1 hour
✓ Free learning · Paid certificate
Great Learning Academy
The Data Analysis Projects course is designed to employ you with the best way to learn data analytics. This course demonstrates projects on Uber, Indian Education Analysis System, Indian Food Analysis, and Top Selling Books on Amazon to give you a headstart for developing applications on Data Science and increase your visibility through your resume, and improve your skills to crack interviews. These projects guide y…
Skills: Amazon Bestselling Books · Business Analysis · Data Analysis · Data Analytics
★4.5(1,030)Beginner1 hour
✓ Free learning · Paid certificate
Great Learning Academy
This free online GitHub Copilot Java MySQL course teaches you how to harness the power of GitHub Copilot to accelerate real-world application development. You will gain hands-on experience building a full Student Grade Management System in Java with SQLite, learning to implement GUI screens, database integration, and core features such as student management, grade tracking, and report card generation. Another aspect…
Skills: Debugging · GitHub · GitHub Copilot functionalities · Installation of GitHub Copilot
★4.6(93)Beginner1 hour 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
This free online GitHub Copilot course introduces you to the essential skills you need to accelerate your coding workflow using AI. You will learn how to use the updated GitHub Copilot interface, understand its features, and see how it enhances everyday development tasks. Through practical examples in Java, such as building a calculator, a student grade manager, and a Fibonacci generator, you will experience how Cop…
Skills: Advantages and Disadvantages · Generative AI · Git · GitHub
★4.6(219)Beginner1 hour 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
A NoSQL database, which stands for non-SQL or non-relational, is a database that allows for data storage and retrieval. This information is represented in ways other than tabular relationships found in relational databases. Such databases first appeared in the late 1960s, but it wasn't until the early twenty-first century that they were given the name NoSQL. NoSQL databases are progressively being employed in real-t…
Skills: Aggregation · Collections And Documents · Connecting To Local Server · Data Preparation
★4.5(1,027)Beginner2 hours
✓ Free learning · Paid certificate
Great Learning Academy
The Big Data course will introduce you to prominent big data tools, with a few demonstrations and case studies for each of these tools. The course shall focus on working with each of these tools for analytics purposes. It shall begin with a briefing on Hadoop, discussing the framework and its different versions. You will learn about the Hive tool to work with SQL and illustrations, the Spark tool for steaming and an…
Skills: Advanced Spark Concepts · Apache Kafka Basics · Assessment & Evaluation Skills · Big Data Tools Overview
★4.6(2,264)Intermediate19 hours
✓ Free learning · Paid certificate
Great Learning Academy
To keep pace with the ever-changing landscape of data and its related fields, the handling and analysis of data have become increasingly important. That's why data science has become such a rapidly growing field, attracting millions of people who want to learn and master the subject. Data Science is the study of information, its origins, meaning, and how it can be transformed into valuable resources and inputs to in…
Skills: A/B Testing · Big Data · Introduction to Data Science · Life Cycle of Data
★4.5(71)Beginner2 hours
✓ Free learning · Paid certificate
SRM University, Sikkim
Build future-ready skills in Data Analysis, Machine Learning, and Big Data technologies with online BCA in Data Science and Analytics. This UGC-entitled degree combines Computer Applications, Analytics, and industry-focused projects to prepare learners for data-driven careers.
Skills: Big Data Analytics · Business Intelligence · Cloud Computing · Data Analytics
Beginner3 years
✓ WITH CERTIFICATE
McCombs School of Business at The University of Texas at Austin
Transition to AI roles or deepen your technical expertise. Build hands-on skills in ML, GenAI & Agentic AI. Earn dual certificates from the McCombs School of Business at UT Austin & Great Lakes Executive Learning.
Skills: Agent Evaluation & Human-in-the-Loop · Agentic AI Developer · Agentic AI Systems · Agentic AI Workflows
★4.7(111)Beginner12 months
✓ WITH CERTIFICATE
Great Learning Academy
In this free Relational Algebra course, you will explore Relational Algebra concepts to structure, optimize, and interpret SQL queries for better database performance. You will cover relations, attributes, schema, tuples, and set theory operators like union, intersection, and set difference. You will also learn selection, projection, rename, cross product, division, joins, aggregation, and complex query execution, a…
Skills: Aggregation Operations · Binary operators · Cartesian product · Complex Queries examples
Beginner1 hour 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
Learn the fundamentals of data analysis with Python in this online course, where you'll be supervised by a subject-matter expert as you use Python Jupyter Notebook and associated libraries to analyze various datasets. You will have practical experience working with different types of datasets including IPL, football, and Marvel Superheroes datasets while developing engaging visualizations to portray the examined dat…
Skills: Analyzing IPL and Football Datasets · Analyzing Marvel Superheroes Dataset · Creating Data Visualizations · Data Analysis Fundamentals
★4.5(2,909)Beginner1 hour 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
The Basics of Exploratory Data Analysis course shall imbibe in you the knowledge on working with Data Manipulation techniques with DPLYR and its functions to reduce the arduous task. The course shall then continue with Data Visualization techniques using the GGPLOT2 grammar package and different plots and layers. You will learn the statistics involved with the subject and the science supporting Data Science strategi…
Skills: Boxplots · Data Cleaning · Exploratory data analysis · Handling Missing Values
★4.5(2,666)Beginner1 hour 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
This Exploratory Data Analysis with Excel online training is designed to give you a thorough understanding of Excel tasks for EDA. You will learn the basics of EDA to begin with and continue to learn Excel techniques to analyze, clean, and manipulate gathered data for Exploratory Data Analysis purposes. You will also understand univariate analysis to explore each data separately. This online course will teach you to…
Skills: Data Analysis · Data Cleaning · Data Manipulation · EDA Basics
★4.6(1,115)Intermediate1 hour 30 minutes
✓ Free learning · Paid certificate
Great Learning Academy
In this course, you'll learn how to use Python to manipulate and analyze data from these two popular franchises. You'll start by learning the basics of Python programming and data analysis, and then move on to exploring and visualizing the Game of Thrones and Marvel Superheroes datasets. With the Game of Thrones dataset, you'll be able to analyze the relationships between characters, the frequency of character appea…
Skills: Data Visualisation · Exploratory Data Analysis · Working with NumPy · Working with Pandas
★4.4(117)Beginner1 hour
✓ Free learning · Paid certificate
Great Learning Academy
The Database agent development with LangChain course helps you build a practical foundation in AI agent development from the ground up. You will learn how modern agents are structured, how agent workflows and architectures support decision-making, and how frameworks such as LangGraph and Python are used to set up, design, and implement working agent systems. As the course progresses, you will also understand how gra…
Skills: Azure OpenAI Service · LangChain Frameworks · Practical DB Agent Development · Understanding of Database Agent
Beginner1 hour
✓ Free learning · Paid certificate
Great Learning Academy
Normalization is a systematic approach of structuring data in a database. It is a database design approach that eliminates undesired aspects like Insertion, Update, and Destruction Of data. It splits huge tables into smaller ones and connects them with relationships. If not modulized properly, databases often provide faulty data when complex queries like joins are fired on the entities.Well, This issue can also be e…
Skills: 1Nf · 2Nf · 3Nf · 4Nf
★4.7(685)Beginner1 hour
✓ Free learning · Paid certificate
Great Learning Academy
In this free course, you'll embark on a comprehensive exploration of the key threats lurking in the digital realm. Delve into the realm of Network Attacks in Cybersecurity, where you'll unravel the intricacies of unauthorized access, data interception, and network manipulation. Gain insights into the techniques used by cyber adversaries to compromise systems and learn the defensive strategies that can safeguard netw…
Skills: and Spyware · Cross-Site Request Forgery (CSRF) · Cross-Site Scripting (XSS) · Cybersecurity
★4.5(366)Beginner4 hours
✓ Free learning · Paid certificate
Great Learning Academy
The Beginner's Guide to Generative AI Tools offers a comprehensive introduction to essential AI technologies, helping you harness their power for various applications:ChatGPT for Beginners: Learn the fundamentals of ChatGPT, including prompt creation, automating writing tasks, and enhancing content strategy. Understand its limitations and explore career opportunities in AI-driven content generation.Getting Started w…
Skills: and integrating ChatGPT in Visual Studio Code · and understanding ChatGPT’s limitations · Automating Writing Tasks · Enhanci
Beginner5 hours 30 minutes
✓ Free learning · Paid certificate
McCombs School of Business at The University of Texas at Austin
Designed for professionals moving into data & AI roles to automate workflows & make data-driven decisions. Build expertise in analytics & GenAI, earn a certificate from the McCombs School of Business at The University of Texas at Austin & prepare for Microsoft PL300 certification
Skills: Data Analysis with Excel · Data Transformation with Pandas and Numpy · Descriptive Statistics · Exploratory Data Analysis (EDA)
★4.9(16)Beginner21 weeks
✓ WITH CERTIFICATE
McCombs School of Business at The University of Texas at Austin
Mentored online data analytics program for mid career professionals.
Skills: Generative AI · Data Analytics · Machine Learning · Programming
★4.7(10,718)Beginner7 months
✓ WITH CERTIFICATE
Great Learning Academy
In this course, you will learn the fundamental concepts of Machine Learning and how to implement them in various projects. Our course includes a hands-on approach where you will be implementing different Machine Learning algorithms and models to solve real-world problems. The first project in the course is salary prediction using Machine Learning. In this project, you will learn how to predict the salary of employee…
Skills: Exploratory Data Analysis · Machine Learning Algorithms
★4.5(137)Beginner1 hour 30 minutes
✓ Free learning · Paid certificate
SRM University, Sikkim
This industry-aligned online BCA specialization in Artificial Intelligence offers a technical foundation in AI, Machine Learning, GenAI, and intelligent systems. Gain hands-on experience through real-world case studies and projects.
Skills: Advanced Machine Learning · AI Model Development · Algorithm Design · Cloud Computing
Beginner3 years
✓ WITH CERTIFICATE
No programs found. Try another search or program type.