Exercise: . Create database called “University" Create table called your name, with the following attributes: - student_
Posted: Mon Mar 21, 2022 4:48 pm
Exercise: . Create database called “University" Create table called your name, with the following attributes: - student_ID -student Level Add A new Attribute “student_state" Change the data type for “Student_Level" Drop the "student_ID" Attribute . .
. 1. Create "Course" database. 2. Create "Student" Table with the following attributes: Student_NO Student_Name Student_Adress 3. Adding "Student_Email " Attribute to the table. 4. changing the data type of "Student_Address" Attribute to be char (100) 5. Delete "Student_Email" Attribute from Table.