-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstudent_data.sql
More file actions
137 lines (121 loc) · 2.33 KB
/
Copy pathstudent_data.sql
File metadata and controls
137 lines (121 loc) · 2.33 KB
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
130
131
132
133
134
135
136
137
INSERT INTO student(
Id_No,
Name,
Mobile,
email
)
VALUES
(
"01",
"bakhtiar",
"01775****65",
"bakhtiar@abc.com"
),
(
"02",
"Mohsin",
"017******17",
"Mohsin@xyz.com"
),
(
"03",
"Susmita",
"0178*****883",
"susmita@xyz.com"
),
(
"04",
"Sajib",
"0170*****799",
"sajib@xyz.com"
),
(
"05",
"Rabeya Akter Maria",
"0173*****970",
"2201081174@xyz.com"
),
(
"06",
"Romana Idress Ekfa",
"0130*****4482",
"2201081131@uttarauniversity.edu.bd"
),
(
"07",
"Tariqul",
"0164****831",
"2201081175@uu.edu.bd"
),
(
"08",
"Sadia Islam",
"01933****12",
"2201081165@uttarauniversity.edu.bd"
),
(
"09",
"Hasubul Bashar",
"0187****1618",
"2201081123@uu.edu.bd"
),
(
"10",
" Jannat Naima",
"0171***1333",
"2201081127@uttarauniversity.edu.bd"
),
(
"11",
"Sumaiya Drong",
"0185*****38",
"2201081136@uttarauniversity.edu.bd"
),
(
"12",
"Mst. Suraiya Akter ",
"0182****172",
"2201081132@uttarauniversity.edu.bd"
),
(
"13",
"Deepro Das",
"015******697",
"2192081042@uttarauniversity.edu.bd"
),
(
"14",
"Abdulla Al Masud",
"0173****46",
"2200181178@uttarauniversity.edu.bd"
),
(
"15",
"Auntora Yasmin ",
"013******59",
"2201081128@uttarauniversity.edu.bd"
),
(
"16",
"Rabeya Bosri ",
"0130******53",
"2201081147@uttarauniversity.edu.bd"
),
(
"17",
"Fatema Nur",
"0182*****858",
"2201081143@uttarauniversity.edu.bd"
),
(
"18",
"Ripon sarker",
"01611****627",
"2201081138@uttarauniversity.edu.bd"
),
(
"19",
"Tanvir Ahmed",
"0199*****136",
"2201081121@uttarauniversity.edu.bd"
);