Lab 2
Lab 2
Lab 2
Submitted by:
M Noman Ashraf
22011519-061
BSCS IVA
Submitted to:
Ms. Rabeeha Fazal
LAB 2
Installing SQL server, creating database using queries and wizards, creating
tables using query and wizards.
Starting http://localhost/phpmyadmin
Open SQL Server Management Studio (SSMS) and connect to your SQL
Server instance.
Open a new query window.
Use the following SQL statement to create a new database for your
inventory management system.
Copy code:
CREATE DATABASE InventoryManagementSystem;
This query will create a database named "InventoryManagementSystem".
You can adjust the name as needed.
Creating Tables using queries and wizards