Computer Science, asked by parthk612, 3 months ago

Table: Student
Column Name Data type Size
Rollno Int 2
Name Char 20
Gender Char 1
Stream Varchar 15
Dob Date
Marks Float 4,2

RollNo Name Gender Stream Dob Marks
1 Raj M Arts 1998-12-14 80.50
2 Kiran M Commerce 1998-10-07 60.00
3 Simran F Science 1998-01-25 50.50
4 Ann F Science 1998-07-12 75.75
5 Maya F Commerce 1998-04-20 45.25


1. Create database by name class11db1/class11db2

2. Use above database

3. Create table student with above attributes.

4. Insert the above records into table.

5. Write a command to view the records from above table

Answers

Answered by bhmsiva
0

Answer:

i didn't under stood please make me brainliest answer

Similar questions