Dbms 5
AI-enhanced title
tech cse-------create database lib;use lib;create table books (bookid int primary key,title varchar(25), author varchar(20), price int);
Solution-----------select * from customers;