Question

Database Management Discuss the key differences between QBE, DDL, and DML and also note issues that...

Database Management

Discuss the key differences between QBE, DDL, and DML and also note issues that could occur in a database if data integrity is not forced when utilizing DDL and DML.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Query By Example(QBE) is a feature which is added in relational database that provides user friendly interface to execute the queries. It is a graphical query language where a user who don't know proper syntax can also write queries. Only some fields are required to fill and you will get output.

DDL (data definition language) is used to create , add constraints and alter the structure of database. example:- create, alter etc. It works on structure of tables. These commands are auto commit. It can't be rollback.

DML(data manipulation langauge) is used to insert , update , delete the records . It works on data of tables. You need to manually commit . It is possible to get data back before the last commit operation.

When integrity is not forced then you may get invalid output. suppose entity integrity is not inforced, then you will receive redundant records.

When referential integrity is not inforced, you tables which are linked are not secure.

DON'T FORGET TO HIT LIKE.

THANKS BY HEART.

Add a comment
Know the answer?
Add Answer to:
Database Management Discuss the key differences between QBE, DDL, and DML and also note issues that...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT