Complete Subject Question Bank
Tom has designed a payroll software for XYZ technology.The sofware will store the salary details into the database and later he can retreive the same for future references. Tom falls under which category of user.
This question has been retained as-is due to its unique context.
In SQL is a case sensitive language and the data stored inside the table are case in-sensitive. Say true or false?
This question has been retained as-is due to its unique context.
Which of the following is not a valid relational database?
This question has been retained as-is due to its unique context.
Database is a shared collection of logically unrelated data, designed to meet the needs of an organization. State True or False.
This question has been retained as-is due to its unique context.
Which of the following represents the degree of the relation?
This question has been retained as-is due to its unique context.
A table consists of ______ primary keys.
This question has been retained as-is due to its unique context.
We need to ensure that the amount withdrawn should be less then the credit card limit amount, to ensure this integrity what type constraint will be used?
This question has been retained as-is due to its unique context.
Which of the following options is not correct?
This question has been retained as-is due to its unique context.
An emp table contains fields employ name, desig and salary. How do you drop column salary?
This question has been retained as-is due to its unique context.
Which of the following is not modification of the database
This question has been retained as-is due to its unique context.
In a relational database a referential integrity constraint can be done using
This question has been retained as-is due to its unique context.
___________ removes data from the table, but structure remains the same.
This question has been retained as-is due to its unique context.
A relational database consists of a collection of
This question has been retained as-is due to its unique context.
Column header is referred as
This question has been retained as-is due to its unique context.
Consider the below table structure: Column Name DataType Constraint Empname Varchar(20) Not Null EmpId int(10) PK Phoneno bigint(10) Not Null insert into employee(empid,empname)values('123','John'); When we issue the above insert command and if the statement fails, what would be the reason.
This question has been retained as-is due to its unique context.
Examine the structure of the STUDENT table: Column Name DataType Constraint Stud_id int(3) PK Name Varchar(20) Not Null Address Varchar(30) DOB Date Which statement inserts a new row into the STUDENT table?
This question has been retained as-is due to its unique context.
State True or False. COMMIT ends the current transaction by making all pending data changes permanent.
This question has been retained as-is due to its unique context.
Merge is not supported by MySQL. The other possible way of doing the work of merge statement, is by using ON DUPLICATE KEY UPDATE in the insert statement. State TRUE or FALSE.
This question has been retained as-is due to its unique context.
Which of the below is a reference option for deleting rows from a table?
This question has been retained as-is due to its unique context.
To remove a relation from SQL database, we use ___________ command.
This question has been retained as-is due to its unique context.
Based on our question bank analysis, master these concepts to score high in Database Management.