Computer Science, asked by ilham2010, 9 months ago

write a program in python to store students data like name, rollno, class and admission no. and later display the information according to the admission no ​

Answers

Answered by technostudio
0

Answer:

CREATE TABLE FROM student

(stu. Name char(15)

Stu.roll no int()

Stu. Class char()

Stu. Admno int()

) ;

Similar questions