Azure SQL Database は、Microsoft Cloud (Azure) のリレーショナルなサービスとしてのデータベース (DBaaS) です。 このチュートリアルでは、Azure Portal、ADO.NET、および Visual Studio を使用して以下の手順を実行する方法を説明します。
INSERT INTO Operations (name, id_module) VALUES ('Create operation', 2); INSERT INTO Operations (name, id_module) VALUES ('Delete operation', 2); INSERT INTO ...