What are the advantages and disadvantages of SQL?

1 answer

Answer

1079017

2026-07-17 07:16

+ Follow

ADV

1. View the data without storing the data into the object.

2. Restrict the view of a table i.e. Can hide some of columns in the tables.

3. Join two or more tables and show it as one object to user.

4. Restrict the access of a table so that nobody can insert the rows into the table.

DISADV

1. Can not use DML operations on this.

2. When table is dropped view becomes inactive.. It depends on the table objects.

3. It is an object so it occupies space

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.