0% found this document useful (0 votes)
20 views

Id Name Fathersname Mothersname Age Relation - With - Me Address 1 Self 2 3 4 5 6 7

This document contains instructions for creating and manipulating a database table called "MyFamily" containing family member information. The table is to be created with specified fields, values are to be inserted for several family members, one row is to be updated, one row is to be deleted, and finally the table is to be dropped.

Uploaded by

Xoven Saikat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Id Name Fathersname Mothersname Age Relation - With - Me Address 1 Self 2 3 4 5 6 7

This document contains instructions for creating and manipulating a database table called "MyFamily" containing family member information. The table is to be created with specified fields, values are to be inserted for several family members, one row is to be updated, one row is to be deleted, and finally the table is to be dropped.

Uploaded by

Xoven Saikat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ID Name FathersName MothersName Age Relation_with_me Address

1 Self
2
3
4
5
6
7

10
MyFamily

1. Create database & Table [Sample Output]

2. Insert all values [Sample Output]

3. Update any one row [Sample Output]


4.
5. Delete any row
6. Drop table

You might also like