Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Azure SQL Database
Rating: 4.3 out of 5(11 ratings)
1,375 students

Azure SQL Database

Create and perform CRUD Operations on Azure SQL Database
Last updated 3/2026
English

What you'll learn

  • Provision Azure SQL Database
  • Query Azure SQL Database
  • Insert Data into Azure SQL Database
  • Update Data in Azure SQL Database
  • Delete Data from Azure SQL Database
  • Connect Azure SQL to SSMS

Course content

3 sections14 lectures48m total length
  • Overview of Azure SQL Database2:19
  • Introduction0:20
  • What is Azure3:15
  • What is Azure SQL0:12
  • Creating Azure Account5:43
  • Accessing Azure Services1:45
  • Creating database on Azure Portal5:40
  • Query SQL Database on Azure Portal3:58

Requirements

  • Basic knowledge of databases

Description

Microsoft Azure SQL Database is a managed cloud database provided as part of Microsoft Azure. A cloud database is a database that runs on a cloud computing platform, and access to it is provided as a service. Managed database services take care of scalability, backup, and high availability of the database.


Azure SQL Database is an intelligent, scalable, relational database service built for the cloud. Optimize performance and durability with automated, AI-driven features that are always up to date. Focus on building new applications without worrying about storage size or resource management with serverless compute and Hyperscale storage options that automatically scale resources on demand.

Azure SQL Database is a fully managed platform as a service (PaaS) database engine that handles most of the database management functions such as upgrading, patching, backups, and monitoring without user involvement.

In this course we will perform some CRUD Operations on and Azure SQL Database.

CRUD is an acronym that stands for CREATE, READ, UPDATE, and DELETE. In SQL Server, CRUD is represented by 4 operations performed on the selected data against a specific SQL database: CREATE refers to inserting columns and values into the table. READ refers to retrieving data from the table.


Who this course is for:

  • Beginners to Azure SQL