Computer Science, asked by lucky2012, 2 days ago

1. Devika wants to create a Library Database
a)Identify 6 fields that you would include in the Table
b)Write their data types
c)Which field will you make as the Primary key and why?

Answers

Answered by KesavanCSE
0

Answer:

6 field for library are something like as:

membership id [ integers] [primary key] [not null]

name [Varchar / String]

ph no [ Double]

book rerurn status [integer]

grade(if it is school or college library) [integer]

borrow status [integer]

optional fields:

Fine [Float]

Explanation:

I give answer is based on Mysql,Mariadb,Hive..

Similar questions