MS SQL Server – Create Table with SSMS

Overview In this example we will create a table labeled Users in a database labeled PythonFlaskDemo using SSMS SQL Server Management Studios. The table will have the following columns: Id (Primary Key) Username Email EmailVerified – Boolean (bit) true or false Password DateCreated – Record date record was create DateModified – Record date record was

Angular Material Table With API Call

Overview In this example, we will create a data table with Angular Materials and retrieve the data via API call. The table will have sort and pagination. The http service will call the users option from the free API https://random-data-api.com Code for this article If you do not have Angular Material installed please run the