The Information_schema.views view contains one row for each view in the current database accessible by the user.7>8> select top 10 * from Information_schema.views;9>