Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

DATABASE: SQL Data Manipulation Language (DML) : Insert, Update & Delete Statements What are the Command to insert, update and delete data within the database

 DATABASE: SQL Data Manipulation Language (DML) : Insert, Update & Delete Statements


What are the Command to insert, update and delete data within the database tables please explain?

Screenshot (77).png



Screenshot (74).png


 

Table Student Attribute Content Data Type Nullable Default Unique Check Constraint FK Referenced Table Stud_ID (PK) Stud_Name Student's id Student's name CHAR (10) No VARCHAR No (50) Stud Gender Student's gender CHAR(1) No Stud_IC Stud Faculty Student's IC Student's faculty CHAR(14) VARCHAR 22 No No (10) Stud_Session Stud Year Stud_PhoneNo Student's session CHAR (9) No Student's year CHAR(2) No Student's contact CHAR (10) No Stud_Email number Student's email VARCHAR No Yes (30) Stud_Address Student's house address VARCHAR NO No (50) RoomID (FK) HostelID (FK) CheckIn Date Checkout_Date Student's room id Hostel that student lived Student's register date Student's check out hostel date CHAR(7) Yes CHAR(4) Yes DATE No DATE Yes NULL stud_gender_chk (Stud Gender 'F' OR == Stud Gender 'M) RoomID HostelID

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

Explain why b x = e x ln b .

Answered: 1 week ago

Question

What is a database?

Answered: 1 week ago

Question

Define the term user view as it applies to database design.

Answered: 1 week ago