Correct Answer:
GoToControl
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Definition
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Deletion
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Business intelligence
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Normalization stages
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Attribute
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Normal forms
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
UPDATE
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Composite
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Dynamic
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Entity integrity rule
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The subquery query
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Size
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The DBMS
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
PRIMARY KEY
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Metadata
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Bit
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A functionally determines B
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Periodic
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A single abstract entity object
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Dimension
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Bit
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Field
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Data cleansing
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Denormalization
Note: This Question is unanswered, help us to find answer for this one
Consider the schema R = (ABCD) and the functional dependencies A -> B, B -> C, C -> D and D -> A. Let R = (R1 and R2) be a decomposition, such that R1 {'1 R2 = cp. The decomposition is in .
Correct Answer:
both 2NF and 3NF
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
for preserving the integrity of the database
Note: This Question is unanswered, help us to find answer for this one
Choose the incorrect statements about an object identifier (01D)?
1. The value of an OlD is visible to an external user.
2. It is used by a system to identify Objects uniquely.
3. An OID cannot be assigned to variables in programs.
Correct Answer:
Only1 and 2
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
SELECT Rollno, StudentName FROM StudentDetails WHERE StudentName lN (SELECT StudentName FROM StudentDetails WHERE ClubEnrolled = 'Cricket‘);
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Semantic constraints
Note: This Question is unanswered, help us to find answer for this one
Examine the below-given SQL statements applied on a table named, Employees and answer the following question.
1. SELECT Iast_name, salary, hire_date FROM EMPLOYEES ORDER BY salary DESC
2. SELECT Iast_name, salary. hire_date FROM EMPLOYEES ORDER BY 2 DESC
Which of the answer options is true?
Correct Answer:
The two statements produce identical results.
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements will be used to delete all the records from a table named, th?
1. DELETE from tb1;
2. DELETE ‘ from tb1;
3. DELETE tb1;
Correct Answer:
Only1 and 2
Note: This Question is unanswered, help us to find answer for this one
Consider a table titled "Employee" having the following attributes:
Employeeld (Primary key)
EmployeeName
Salary
Department
Which of the following correlated SQL queries will return Employeeld. EmployeeName, Salary and Department of all the employees whose salary is more than the average salary of employees in their respective departments?
Correct Answer:
SELECT Employeeld, EmployeeName, Salary, Department FROM Employee e WHERE Salary > (SELECT AVG(SaIary) FROM Employee WHERE Department = e.Department);
Note: This Question is unanswered, help us to find answer for this one
In which of the following areas data-mining technology can be applied?
1. Marketing
2. Finance
3. Manufacturing
4. Healthcare
Correct Answer:
All the given areas
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
address
Note: This Question is unanswered, help us to find answer for this one
A covert channel permits the transfer of information in such a way that it violates the system's security policy.
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
In an object database (ODB) design. relationships among records/tuples are defined by attributes with similar values.
Note: This Question is unanswered, help us to find answer for this one
The index in which the search key defines an order that is dissimilar from the sequential order of the file is known as index.
Correct Answer:
secondary
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
segments
Note: This Question is unanswered, help us to find answer for this one
Which of the following syntaxes are used for inserting data into a table?
(1) INSERT INTO table_name
VALUES (value1,value2, value3,...);
(2) INSERT INTO table_name (columnl. column2. column3,...)
VALUES (valuel. value2. valueB....);
(3) INSERT INTO table_name1 [(column1, column2, column3, .....) ]
SELECT column1.column2.co|umn3.
FROM table_name2 [WHERE condition];
Correct Answer:
All of them.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
No additional software is required to implement the distributed database.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
ODMG
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
RAID 2
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Atomicity, Consistency, Isolation. Durability
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A dependency in which the value of a non-key column is dependent on the value of another non-key column.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
RAID 1
Note: This Question is unanswered, help us to find answer for this one
Data dictionary can be used for which of the following options?
1. For finding the location of the data.
2. For finding the size of the storage disk.
3. For finding the owner of the data.
Correct Answer:
Only1 and 3
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Database Management MCQs | Topic-wise