You should not provide a database schema via several screen captures - it has little information about the details. A well-formatted Word document may be providing more details information, but it is not easy to maintain the document to keep it up-to-date. The best way is to automatically generate your document with a tool.
We recommend and use Red-Gate SQL Doc to produce chm help files or html pages of the database schema. SQL Doc also allows you to run via the command line so you can include the generation in your build process to be automatically created.
We have also have used other available tools in the past, such as Apex SQL Doc.
Alternatively, you can use SQL Management Studio to generate a Database diagram.
Figure: New Database Diagram
Figure: Selecting tables for diagram
Figure: Tables populated
Figure: Changing the database table diagram to Standard View and Autosize
Figure: Show Relationship Labels
Note: You will need to screenshot the diagram as using the copy to clipboard function removes the “Allow Nulls” checkmarks.
Figure: Northwind Database Schema