

دوراتنا

Introduction to Databases for Back-End Development
Back-end developers write applications that end-users use to interact with databases. Some common tasks that end-users carry out using these applications include storing, searching, extracting and manipulating data. Therefore, it’s essential that all back-end developers possess strong knowledge and experience with how databases work. In this course, you’ll receive an introduction to databases and explore the different ways in which they can be used to store and manage data. You’ll also learn to distinguish between different types of database management systems.
-
Course by
-
Self Paced
-
27 ساعات
-
الإنجليزية

SQL CASE Statements
Welcome to this project-based course, SQL CASE Statements. In this project, you will learn how to use SQL CASE statements to query tables in a database. By the end of this 2-hour long project, you will be able to write simple CASE statements to retrieve the desired result from a database. Then, we will move systematically to write more complex SQL CASE statements. Furthermore, we will see how to use the CASE clause together with aggregate functions, and SQL joins to get the desired result you want from tables in a database.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

The Web and Databases in Android
Learn how to work with web technologies and persistent data on Android applications even after you close or restart an app. There is a focus on web communication and developer tools and you will discover how Kotlin applications communicate over the web. You’ll learn how data formats and web protocols work in relation to Kotlin apps. Furthermore, you will practice applying asynchronous programming techniques using Kotlin. Learn the core functionality and uses of the SQLite database management system (DBMS).
-
Course by
-
Self Paced
-
الإنجليزية

Advanced Features with Relational Database Tables Using SQLiteStudio
In this course, you’ll increase your knowledge of and experience with relational tables as you explore alternative ways of getting data into tables. You’ll also look at some of the advanced features that can give relational tables super powers. As you learn about the new features, you’ll use SQLiteStudio to apply them to your tables. Those features will enable your tables to more efficiently manage data—while keeping your data safe and accurate.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Creating Database Tables with SQL
In this course you will experience the process of defining, creating, and managing relational database tables using the SQL language. Tables are used as the containers for the data in a database. As such, the structure, or makeup, of each table in a relational database is critical, since it must be designed and created specifically to meet the needs of the data it will contain. The table’s structure indicates which pieces of data are stored in a table, as well as the type and size of each piece of data.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Build a Database from a Relational Model
In this course you will interpret the components of a relational data model, convert that model into a relational database, and then test the database design. The process of database design begins with requirements analysis to determine who will use the new database and how it will be used. The results of the detailed analysis are recorded in an Entity Relationship Diagram (ERD), which documents entities and their attributes, along with the relationships between entities.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

SQL Mathematical Functions
Welcome to this project-based course, SQL Mathematical Functions. In this project, you will learn how to use SQL Mathematical Functions to manipulate tables in a database. By the end of this 2-hour-long project, you will be able to use different Mathematical Functions to retrieve the desired result from a database. In this project, you will learn how to use SQL Mathematical Functions like CEIL(), FLOOR(), RANDOM(), SETSEED(), ROUND(), TRUNC(), SQRT(), CBRT(), and POWER() to manipulate data in the employees database.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Exam Prep DP-300: Azure Database Administrator Associate
Database administration is one of the basic necessities of every enterprise. The growth of cloud and On-premises relational databases continues to create the need for professional database administrators. Therefore, an updated certification such as DP-300 could open up favorable options for employment of database administrators. The Azure database administrator implements and manages the operational aspects of cloud-native and hybrid data platform solutions built on SQL Server and SQL database services.
-
Course by
-
Self Paced
-
16 ساعات
-
الإنجليزية

Using SQL String Functions to Clean Data
Welcome to this project-based course on Using SQL String Functions to Clean Data. In this project, you will learn how to perform data cleaning and manipulation using SQL string functions like LENGTH, UPPER & LOWER, REPLACE, TRIM, SUBSTRING, CONCAT, STRING_AGG, and COALESCE.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

SQL Date Time Functions
Welcome to this project-based course, SQL Date Time Functions. In this project, you will learn how to use SQL Date Time Functions to manipulate tables with data datatypes in a database.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Working with Data in Android
Learn how to work with web technologies and persistent data on Android applications even after you close or restart an app. There is a focus on web communication and developer tools and you will discover how Kotlin applications communicate over the web. You’ll learn how data formats and web protocols work in relation to Kotlin apps. Furthermore, you will practice applying asynchronous programming techniques using Kotlin. Learn the core functionality and uses of the SQLite database management system (DBMS).
-
Course by
-
Self Paced
-
27 ساعات
-
الإنجليزية

Query a Database Table with SQL in LibreOffice Base
By the end of this project, you will have written SQL queries to retrieve data from a database table in LibreOffice Base. While Base includes a WYSIWYG query utility, learning to access data using SQL provides an additional measure of control over the data retrieval process. In addition, SQL skills can be applied across a variety of relational database management systems in addition to LibreOffice Base.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Data Warehousing with Oracle: Design a Database
This Guided Project Data Warehousing with Oracle: Design a Database for Business Intelligence is for learners who have database administration and data warehousing experience but want to learn more about designing databases and models for business intelligence. In this 1.5-hour long project-based course, you will learn how to evaluate the guiding principles of data warehousing, summarize data from multiple sources, and apply data warehouse business intelligence tools. To achieve this, we will work through the guided steps using Oracle MySQL Workbench.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Data Manipulation and Management using MYSQL Workbench
By the end of this project, you will be able to manage data efficiently in a specific database using MYSQL Workbench. You will be able to select data from tables from your database and use keywords in select statements such as LIMIT and Top. You will be able to update the data and filter them using where statements, and also apply conditions with different ways and keywords such as like, and, or, and between.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

I/O-efficient algorithms
I/O-efficient algorithms, also known as external memory algorithms or cache-oblivious algorithms, are a class of algorithms designed to efficiently process data that is too large to fit entirely in the main memory (RAM) of a computer. These algorithms are particularly useful when dealing with massive datasets, such as those found in large-scale data processing, database management, and file systems. Operations on data become more expensive when the data item is located higher in the memory hierarchy.
-
Course by
-
Self Paced
-
10 ساعات
-
الإنجليزية

Create Relational Database Tables Using SQLiteStudio
In this project-based course, you will learn how to use the SQLiteStudio database management system to create a relational database, add tables to the database, and populate the tables.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Working with Subqueries in SQL
Welcome to this project-based course, Working with Subqueries in SQL. In this project, you will learn how to use SQL subqueries extensively to query tables in a database. By the end of this 2-and-a-half-hour-long project, you will be able to use subqueries in the WHERE clause, FROM clause, and the SELECT clause to retrieve the desired result from a database. In this project, we will move systematically by first introducing the use of subqueries in the WHERE clause. Then, we will use subqueries in the FROM and SELECT clause by writing slightly complex queries for real-life applications.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

MySQL with Information Technology
In this project you will explore how MySQL fits into information systems. You will become familiar with MySQL features as you explore database management system options and participate in hands-on exercises using MySQL Workbench to create and populate a table in a MySQL relational database. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

IBM Data Warehouse Engineer
This Professional Certificate is intended to help you develop the job-ready skills and portfolio for an entry-level Business Intelligence (BI) or Data Warehousing Engineering position.
-
Course by
-
Self Paced
-
الإنجليزية

Meta Database Engineer
Want to get started in the world of database engineering? This program is taught by industry-recognized experts at Meta. You’ll learn the key skills required to create, manage and manipulate databases, as well as industry-standard programming languages and software such as SQL, Python, and Django used for supporting outstanding websites and apps like Facebook, Instagram and more. In this program, you’ll learn: Core techniques and methods to structure and manage databases. Advanced techniques to write database driven applications and advanced data modeling concepts.
-
Course by
-
Self Paced
-
الإنجليزية

The Web and Databases in iOS
In this course, you’ll move outside of the platform and begin working with integrations like web frameworks, tools and asynchronous programming techniques.
-
Course by
-
Self Paced
-
الإنجليزية

Oracle SQL Proficiency
This course is designed to help you continue learning about Oracle SQL and database management. We will look more closely at the Create, Alter, and Update commands, explore database relationships, and demonstrate how to use database views and SQL functions. It is recommended that you complete the first three courses of this specialization prior to this one.
-
Course by
-
Self Paced
-
6 ساعات
-
الإنجليزية

Ingeniero en base de datos de Meta
Want to get started in the world of database engineering? This program is taught by industry-recognized experts at Meta.
-
Course by
-
Self Paced
-
الإسبانية

Database Structures and Management with MySQL
Develop a working knowledge of the MySQL database management system (DBMS). Gain DBMS skills such as data creation, querying and manipulation. You’ll gain further experience with SQL statements, clauses and data types.
-
Course by
-
Self Paced
-
32 ساعات
-
الإنجليزية

MongoDB Tutorial
This tutorial is designed to introduce you to the MongoDB database management system. MongoDB is a NoSQL document database that stores data in flexible, JSON-like documents, making it easy to work with and integrate with web applications. In this tutorial, you will learn the basics of MongoDB, including how to install and set up MongoDB on your local machine, how to create databases and collections, and how to perform CRUD (Create, Read, Update, Delete) operations on data.
-
Course by
-
Self Paced
-
9 ساعات
-
الإنجليزية