Computer Science, asked by shakilahmed79, 4 months ago

database management system question-
You are given the following relation:
Student (Std_ID, name, dept, totalcredit)
Now Create a view STDINFO (ID, name, dept) from the Student relation and shortly describe what will
happen if insert, or update, or delete operation is performed in the STDINFO view.

Answers

Answered by arundathivarma46
0

Answer:

MARK IT AS BRAILIEST

Explanation:

A view also has rows and columns as they are in a real table in the database. We can create a view by selecting fields from one or more tables ... NAME;. If we fetch all the data from MarksView now as: SELECT ... We can use the INSERT INTO statement of SQL to insert a row in a ... Most visited in DBMS.

Similar questions