mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-23 19:27:15 +00:00
USE is used to select a database in SQL Server when a database is connected to. EXEC and OPENQUERY are both used to get data on other servers. I have grouped this with the VALUES keyword as EXEC/OPENQUERY are dealing with similar data. I have also added USE into this dictionart as I felt it is cleaner than adding into dictionary keyword.other.DML.sql but let me know if you disagree.