Skip to content

Commit 207c9f9

Browse files
Update Main.java
1 parent 0bc8ee9 commit 207c9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Main.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static void main(String[] args) {
2828
System.out.println("\t_______________________________________________________________________________");
2929

3030
System.out.println("\n\t\tCREATING A TABLE NAMED STUDENT_DETAILS IN THE DATABASE JAVA_TH_STUDENTS");
31-
//CREATING TABLE STUDENTS
31+
//CREATING TABLE STUDENT_DETAILS
3232
String sql = "CREATE TABLE STUDENT_DETAILS " + "(name VARCHAR(100) , " + "PHOTO LONGBLOB, "+"register_number VARCHAR(100), " +
3333
"city VARCHAR(100), " + "company_placed VARCHAR(100), " + "salary INTEGER, "+"cgpa FLOAT)";
3434
stmt.executeUpdate(sql);
@@ -164,4 +164,4 @@ public static void main(String[] args) {
164164
}
165165
}
166166

167-
}
167+
}

0 commit comments

Comments
 (0)