Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I want it in the form of text and not screenshot it so that I can copy it.(t ype the command) Q11. Write an SQL
I want it in the form of text and not screenshot it so that I can copy it.(type the command)
Q11. Write an SQL query to do the following: a. Create table Library with the given details. ID BName Pch_Date Varchar2(3). Varchar2(15) Date Primary key (2 Marks) Price Number(5,2). Default 0 (1 Mark) (1. Mark) b. Add constraint Not null to the column BName c. Insert the following records into the table Library ID BName Pch_Date B12 Sql 20/05/2019 B14 Database 15/10/2018 B16 Python 06/06/2020 Price 100.00 75.25 125.50 d. Change the Purchase Date of book SQL to 06/06/2020 (1 Mark)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started