When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Azure SQL Database

Create and perform CRUD Operations on Azure SQL Database

     
  • 4.2
  •  |
  • Reviews ( 11 )
₹519

This Course Includes

  • iconudemy
  • icon4.2 (11 reviews )
  • icon46m
  • iconenglish
  • iconOnline - Self Paced
  • iconprofessional certificate
  • iconUdemy

About Azure SQL Database

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.

What You Will 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.