[Solved] How to display a list of the database? [closed]

[ad_1]

You’ll want to use the sys.databases table for that probably;

SELECT name 
FROM sys.databases

5

[ad_2]

solved How to display a list of the database? [closed]