SQL server management studio (SSMS) is a system that provides the environment for any function of SQL .
The SQL Server Management Studio (SSMS) uses IntelliSense which is an intelligent code completion mechanism. It was first introduced in SQL 2008, it increases the productivity of development by making snipsets of codes, definitions and syntax checking automatically.
Therefore, "In Management Studio, the Query Editor uses the IntelliSense feature to automatically display COMPLETION lists that you can use to enter parts of the SQL statement.
Learn more about SQL server management studio (SSMS) here:
brainly.com/question/5385952