Steps:
Go to this link to download sql server express edition.
https://www.microsoft.com/en-ie/sql-server/sql-server-downloads
Double click on the setup file which is located in download folder.
Click on new sql server to install sql server.
Now installation of sql server is completed.
Create a new user to sql server:
Open sql server management studio.
Login using windows authentication.
Goto security -> login and right click on it then select new login.
Enter user name and password.
Select permission.
Now login with user name and password in SQL server authentication
Create new database:
Create a table:
Insert records into table:
Go to this link to download sql server express edition.
https://www.microsoft.com/en-ie/sql-server/sql-server-downloads
Double click on the setup file which is located in download folder.
Click on new sql server to install sql server.
Now installation of sql server is completed.
Create a new user to sql server:
Open sql server management studio.
Login using windows authentication.
Goto security -> login and right click on it then select new login.
Enter user name and password.
Select permission.
Now login with user name and password in SQL server authentication
Create new database:
Create a table:
Insert records into table: