Exercise: . Create database called “University" Create table called your name, with the following attributes: - student_
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Exercise: . Create database called “University" Create table called your name, with the following attributes: - student_
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.