0% found this document useful (0 votes)
43 views

There Are Mainly Five Tables, As Clearly Depicted in The ER-Diagram - They Are As Follows

There are 5 main tables in the data structure: 1) Citizen, 2) Secret Intelligence Agency, 3) Secret Intelligence Agency Chief, 4) Ministry of Defense, and 5) Agent. Each table contains variables of different data types like varchar2, integer, and number that store information about citizens, agencies, chiefs, defense ministry, and agents.

Uploaded by

Charu Khatwani
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

There Are Mainly Five Tables, As Clearly Depicted in The ER-Diagram - They Are As Follows

There are 5 main tables in the data structure: 1) Citizen, 2) Secret Intelligence Agency, 3) Secret Intelligence Agency Chief, 4) Ministry of Defense, and 5) Agent. Each table contains variables of different data types like varchar2, integer, and number that store information about citizens, agencies, chiefs, defense ministry, and agents.

Uploaded by

Charu Khatwani
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

DATA STRUCTURES

There are mainly five tables, as clearly depicted in the ER-Diagram.They are as follows

1. 2. 3. 4. 5.

Citizen Secret Intelligence Agency Secret Intelligence Agencys Chief Ministry of Defense Agent

1) Citizen

S.NO

VARIABLE NAME

VARIABLE TYPE Varchar2 Varchar2 Integer Varchar2 Varchar2

SIZE

1. 2. 3. 4. 5.

NAME ADDRESS PH_NO PROBLEM AGENT_ASSIGNED

15 30 10 50 20

2) S.I.A(Secret Intelligence Agency)

S.NO

VARIABLE NAME

VARIABLE TYPE Varchar2 Varchar2 Integer Varchar2 Varchar2

SIZE

1. 2. 3. 4. 5.

NAME ADDRESS PH_NO PROBLEM AGENT_ASSIGNED

15 30 10 50 20

3) S.I.A.C(Secret Intelligence Agency Chief)

S.NO

VARIABLE NAME

VARIABLE TYPE Integer Integer Integer Integer

SIZE

1. 2. 3. 4.

NO_OF_CASES NO_OF_AGENTS CASES_SOLVED CASES_UNSOLVED

100 200 100 100

4) M.O.D(Ministry of Defense)

S.NO

VARIABLE NAME

VARIABLE TYPE

SIZE

1. 2. 3.

NAME PH_NO PENDING_CASES

Varchar2 Integer Integer

20 10 100

5) Agent

S.NO

VARIABLE NAME

VARIABLE TYPE

SIZE

1.

CASES_RESOLVED

Integer

100

2.

CURRENT_CASE

Integer

10

You might also like