Microsoft Azure Data Fundamentals — Question 267
A team of developers has computers that run Windows 10 and Ubuntu Desktop.
The developers need to connect to and query an Azure SQL database from each of their computers. The developers require code assistance features such as
IntelliSense.
What should the developers use?
Answer options
- A. sqlcmd
- B. Microsoft SQL Server Management Studio (SSMS)
- C. Azure Data Studio
- D. Azure Data Explorer
Correct answer: C
Explanation
The correct choice is Azure Data Studio, as it provides cross-platform support and features like IntelliSense for querying Azure SQL databases. sqlcmd is a command-line tool that lacks the graphical interface and IntelliSense features. Microsoft SQL Server Management Studio (SSMS) is primarily for Windows and not available on Ubuntu. Azure Data Explorer is not specifically designed for querying SQL databases.