Reputation: 4365
I just created an Azure SQL Server and Database using Azure CLI according to these docs. Worked very well.
I'd like to now practice creating TABLES within this database using Azure CLI but there don't appear to be any docs on creating TABLES using this tool.
Can this be accomplished with Azure CLI? If so, please provide some reference materials or guidance.
Thank you
Upvotes: 0
Views: 1360
Reputation:
You can't manage the objects and the data using the Azure CLI. If you want to stay at the command line to do that, take a look at the sqlcmd tool.
Upvotes: 1