Page 1 of 1

Exercise: . Create database called “University" Create table called your name, with the following attributes: - student_

Posted: Mon Mar 21, 2022 4:48 pm
by answerhappygod
Exercise Create Database Called University Create Table Called Your Name With The Following Attributes Student 1
Exercise Create Database Called University Create Table Called Your Name With The Following Attributes Student 1 (44.69 KiB) Viewed 81 times
Exercise Create Database Called University Create Table Called Your Name With The Following Attributes Student 2
Exercise Create Database Called University Create Table Called Your Name With The Following Attributes Student 2 (41.19 KiB) Viewed 81 times
I want to solve these exercises very important
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.