Getting List of All Views in MS SQL Database

In MS SQL, the following code should be run to get the list of all views in a database with a query.

SELECT * FROM sys.views


You May Interest

What is an OUTPUT Clause Inside SQL Server ?

Getting List of All Server Databases in MS SQL

What is FILLFACTOR in SQL Server ?

What are the Various Limitations of the Views in SQL Server ?

What are Sparse Columns in SQL Server ?