An attribute A of datatype varchar(20) has the value “Avi”. The attribute B of datatype char(20) has value ”Reed”. Here attribute A has ____ spaces and attribute B has ____ spaces.
3, 20
Explanation: Varchar changes its length accordingly whereas char has a specific length which has to be filled by either letters or spaces.
Which one of the following provides the ability to query information from the database and to insert tuples into, delete tuples from, and modify tuples in the database?
DML(Data Manipulation Langauge)
Explanation: DML performs the change in the values of the relation.
A ________ is a pictorial depiction of the schema of a database that shows the relations in the database, their attributes, and primary keys and foreign keys.
Schema diagram
WellDone! Your Selected answer is Correct. Please continue to expand your knowledge with Online Latest MCQs Website
The _______ operator takes the results of two queries and returns only rows that appear in both result sets.
Intersect
WellDone! Your Selected answer is Correct. The union operator gives the result which is the union of two queries and difference is the one where query which is not a part of second query