Create Library DB from scratch go through these queries & appear for interview !
Create Database Library Management by following queries.
Create Database Library Management;
use [Library Management]
drop table books
drop table staff
drop table department
drop table student
drop table book_status
Create these tables in the s...
theanalystgeek.hashnode.dev4 min read