Microsoft SQL Server provide user interactive Tools. Such as
- SSMS (SQL Serrver Management Studio)
SSMS is an integrated environment for managing any SQL infrastructure, from SQL Server to SQL Database. SSMS provides tools to configure, monitor, and administer instances of SQL. Use SSMS to deploy, monitor, and upgrade the data-tier components used by your applications, as well as build queries and scripts.
Use SQL Server Management Studio (SSMS) to query, design, and manage your databases and data warehouses, wherever they are – on your local computer, or in the cloud.
-
mssql-cli command-line query tool for SQL Server
mssql-cli is an interactive command-line tool for querying SQL Server, install it on Windows, macOS, or Linux.
Documentation can be found here
Installation instruction is available @ GitHub - Microsoft SQL Operations Studio
SQL Operations Studio (preview) is a free tool that runs on Windows, macOS, and Linux, for managing SQL Server, Azure SQL Database, and Azure SQL Data Warehouse; wherever they’re running.