You are on page 1of 2

Shaheed Zulfikar Ali Bhutto Institute of Science & Technology

COMPUTER SCIENCE DEPARTMENT

Total Marks: 7.5

Obtained Marks:

Database Systems Lab


Lab 09

Submitted To: Sir Touqeer Ali


_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________

Student Name: Faizan Khalid


_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________

Reg. Number: 1812109


_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________

Database Systems Lab BS(CS)-4A SZABIST-ISB


Shaheed Zulfikar Ali Bhutto Institute of Science & Technology

COMPUTER SCIENCE DEPARTMENT

Task: The Question given in the lab manual queries.


1. create table countries
(
countries_id int,
country_name varchar(455),
region_id int
);

2. create table countries


(
countries_id int,
country_name varchar(50),
region_id int
);

3. create table countries


(
countries_id int,
country_name varchar(455),
region_id int NULL
);

Database Systems Lab BS(CS)-4A SZABIST-ISB

You might also like