Computer Science, asked by stellaand009, 6 hours ago

Geetanjali is in Class 8. Her teacher told her to create a table for science project with the following column headings Student Name, Roll_ No, Description of activity, Section.

Suggest the appropriate data type she should use for each field name.

Answers

Answered by Shreenz
1

Answer:

Student name - String data type

roll_no - numeric data type

description of activity - memo type

section - string data type

Similar questions