How do I view data dictionary in SQL?
How do I view data dictionary in SQL? You can do this by using the INFORMATION_SCHEMA. COLUMNS view. & For instance, the following lists all tables and views containing the column BusinessEntityID . As you can imagine, the data dictionary can come in handy! What is the data dictionary view for view? Data dictionary views […]