-- Write a script that creates the database hbtn_0d_2 and the user user_0d_2. CREATE DATABASE IF NOT EXISTS `hbtn_0d_2`; CREATE USER IF NOT EXISTS 'user_0d_2'@'localhost' IDENTIFIED BY 'user_0d_2_pwd' ...
Overview Microsoft SQL Bindings for Visual Studio Code enable users to develop Azure Functions with Azure SQL bindings. For more information, see Create Azure Functions with the SQL Bindings extension ...