This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
student_id | student_name | student_dept | |
---|---|---|---|
1 | Sam | IT | |
2 | Curren | CSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
student_id | student_name | student_dept | |
---|---|---|---|
1 | Sam | IT | |
2 | Curren | CSE |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE DATABASE university; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
student_id | student_name | |
---|---|---|
NULL | NULL | |
NULL | NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
studet_id | student_name | |
---|---|---|
1 | Sam | |
2 | Mark | |
3 | Tom |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
student_name | |
Sam | |
Mark | |
Tom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
student_id | student_name | |
---|---|---|
1 | Sam | |
2 | Mark | |
3 | Tom | |
4 | Jerry | |
5 | Wood |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
student_id | student_name | student_dept | |
---|---|---|---|
1 | Sam | IT | |
2 | Mark | CSE | |
3 | Tom | ECE | |
4 | Jerry | NULL | |
5 | Wood | NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
student_id | student_name | student_dept | |
---|---|---|---|
1 | Sam | IT | |
2 | Mark | CSE | |
3 | Tom | ECE | |
4 | Jerry | NULL | |
5 | Wood | NULL | |
6 | Rahul | EEE | |
7 | Pandya | MECH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
student_id | student_name | student_dept | student_grade | |
---|---|---|---|---|
1 | Sam | IT | NULL | |
2 | Mark | CSE | NULL | |
3 | Tom | ECE | NULL | |
4 | Jerry | NULL | NULL | |
5 | Wood | NULL | NULL | |
6 | Rahul | EEE | NULL | |
7 | Pandya | MECH | NULL |
OlderNewer