How Can The Values In The Relation Teaches Be Deleted #479
How can the values in the relation teaches be deleted?
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 Database Systems Design and Implementation - Reduction to Relational Schemas - Quiz No.1.
How can the values in the relation teaches be deleted?
Drop table teaches;
Delete from teaches;
Purge table teaches;
Delete from teaches where Id =’Null’;
Similar question(s) are as followings:
Online Quizzes of gs117 Database Management System
Indexing and Hashing - Bitmap Indices - Quiz No.1
gs gs117 Database Management System
Online Quizzes