-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.sql
130 lines (126 loc) · 2.81 KB
/
data.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
[
{
"id": "cce7f4e8-6c19-45b9-a303-f63d962b7052",
"userName": "Alice",
"hashedPassword": "Alice123",
"emailId": "[email protected]",
"phone": 11223344,
"zip": "111111"
},
{
"id": "b188aadd-0824-48b5-b563-0ba599dada79",
"userName": "Bob",
"hashedPassword": "Bob123",
"emailId": "[email protected]",
"phone": 22334411,
"zip": "111111"
},
{
"id": "c8c544b8-0a16-43d3-b30d-f3e920674519",
"userName": "Charlie",
"hashedPassword": "Charlie123",
"emailId": "[email protected]",
"phone": 33441122,
"zip": "111111"
},
{
"id": "447949e9-e978-455e-b498-e7ec6507c2b6",
"userName": "Danny",
"hashedPassword": "Danny123",
"emailId": "[email protected]",
"phone": 44112233,
"zip": "111111"
},
{
"id": "a89f8a35-ecca-456b-8ec6-b6b4bd19584a",
"userName": "Emma",
"hashedPassword": "Emma123",
"emailId": "[email protected]",
"phone": 55112233,
"zip": "111111"
},
{
"id": "3d5eee5b-133e-4c5d-bb18-647a1e17826f",
"userName": "Greta",
"hashedPassword": "Greta123",
"emailId": "[email protected]",
"phone": 66112233,
"zip": "111111"
},
{
"id": "ecc56d34-353b-4512-93e6-c420a75e2ae6",
"userName": "Helena",
"hashedPassword": "Helena123",
"emailId": "[email protected]",
"phone": 77112233,
"zip": "111111"
}
]
######## Theater
[
{
"theaterId": "ed3f5d15-f601-4086-a6d3-cc8dab9c4f37",
"name": "City Pride",
"hashedPassword": "Cp123",
"emailId": "[email protected]",
"phone": 111111,
"zip": "111111"
},
{
"theaterId": "755ccd2d-a9f5-41c9-a37c-b9c87ac32d41",
"name": "PVR",
"hashedPassword": "Pvr123",
"emailId": "[email protected]",
"phone": 222222,
"zip": "111111"
},
{
"theaterId": "9ef159b6-c5ef-46ea-ba29-e9b277ae9420",
"name": "Inox",
"hashedPassword": "Inox123",
"emailId": "[email protected]",
"phone": 333333,
"zip": "111111"
},
{
"theaterId": "46e74f56-d270-44c1-8c14-ba363cb32e3a",
"name": "Funtime",
"hashedPassword": "Funtime123",
"emailId": "[email protected]",
"phone": 444444,
"zip": "111111"
}
]
//////////// Show
[
{
"showId": "08496f2f-0fc6-41a9-a0a3-4985261b9a2e",
"title": "Avtaar2",
"language": "English",
"genere": "SCIFI"
},
{
"showId": "93014147-ed63-4bda-991e-54fb62ce2911",
"title": "Drushyam2",
"language": "Hindi",
"genere": "DRAMA"
},
{
"showId": "b04bab6c-1782-4c84-bc80-97c834a5f33b",
"title": "Unchayiya",
"language": "Hindi",
"genere": "DRAMA"
},
{
"showId": "f2182c72-75b6-4da7-b1f3-33d72123f1f6",
"title": "Operation Fortune",
"language": "English",
"genere": "THRILLER"
},
{
"showId": "92b88687-0ba7-4d8e-af46-c97192cb56a0",
"title": "Titanic",
"language": "English",
"genere": "DRAMA"
}
]