Computer Science, asked by leenamahajan77, 1 month ago

consider a table VOTER with the columns as follows:
voterno, votername, age, address, and phone.
write SQL queries for the following:​

Attachments:

Answers

Answered by joshigarimagj16
0

create table VOTER (voterno int(20), votename varchar (20), age int (2), address varchar (50) , phone int (10));

Similar questions