Databases
On-premises
- Installing Database on Operating systems
- SQL Server Refer Here
- Maintain etc
Cloud (Managed Databases)
- Specify the size and type, Azure will create the database
- Databases maintained by the Cloud Service Providers such as AWS/Azure/GCP are referred as Cloud databases and also managed Databases
Clients
- Connecting to databases requires clients which is of 3 types
- Terminal/CLI based
- GUI Based
- SDK/Libraries to access from code
- We will be using Azure Data Studio (GUI Based ) Client to connect to multiple databases.
