Computer Science, asked by muzammilm2050, 12 hours ago

ate a database of a school library system.it should have 5 records and 5 fields​

Answers

Answered by nithishnithish0609
0

Answer:

16

Explanation:

Answered by shilpa85475
0

Firstly we will create a database

create database abc;

create table student(( stud_id, int, stud_name, varchar, subject varchar, marks, int));

Explanation:

A database is nothing but the collection of the record or information of certain organization.

A record is a collection of rows and columns.

It can be a structural or unstructured database.

The structured database are in the form of rows and columns, while the unstructured data is any form, it does not have any bound for the number of variables.

Similar questions