Student table in SQL

 

Database: test,  Table: class

Class_Num Class_Name Class_Section
1 CS Islamabad
2 SE CALIFORNIA

 

Database: test,  Table: student

RollN

o

St_Na

me

St_Mobile

No

St_Email St_Class
1 ALI 33333 [email protected] Pakistan
2 Asad 333333334 [email protected] United States

Database: test,  Table: student_Class

ID RollN

o

Class_Nu

m

1 1 1
2 2 2
Student table in SQL (1)
Student table in SQL (1)

SQL Query to insert data into student’s table

SQL Query to insert data into a Class table

SQL Query to insert data into the student_class table

Database tables in SQL

  1. Student table in SQL
  2. Employee table in SQL
  3. Product table in SQL