Home
Current Affairs January 2024

What is the correct answer?

4

Which statement is true about the No-SQL?

A. No-SQL follows ACID Model.

B. No-SQL does require object-relational mapping.

C. Dynamic schemas for unstructured data are used in No-SQL databases.

D. No-SQL databases are not preferable for storage of hierarchal data.

Correct Answer :

C. Dynamic schemas for unstructured data are used in No-SQL databases.


Dynamic schemas for unstructured data are used in No-SQL databases. No-SQL follows BASE Model. No-SQL does not require object-relational mapping. No-SQL databases are preferable for the storage of hierarchal data.

Related Questions

What is the correct answer?

4

Which one if these is used to put the same value in all the rows?

A. Group by unique column

B. Group by single column

C. Group by one column

D. Group by same value

What is the correct answer?

4

Which statement is not true?

A. SQL is rational whereas No-SQL is non-rational.

B. SQL follows BASE Model whereas No-SQL follows ACID Model.

C. SQL database are vertically scalable whereas No-SQL database are horizontally scalable.

D. No-SQL databases are preferable to store hierarchical data in comparison SQL databases.

What is the correct answer?

4

Using which SQL Comparison Operator can we find the data that matches our query?

A. SQL Not Equal Operator (!=)

B. SQL Equal Operator (=)

C. SQL Greater Than Operator (>)

D. SQL Less Than Operator (<)

What is the correct answer?

4

Which statement is not true about SQL?

A. Using SQL in relational databases is all about inserting, updating, and deleting data.

B. Sample data can also be described with the aid of this tool.

C. It helps develop relational database functions, events, and views.

D. A SQL user can also set restrictions and permissions for a table column, a view, and a stored procedure.

What is the correct answer?

4

What does the COMMIT Statement do?

A. The data specified in this table or view is reported in this SQL statement.

B. Changes made in the SQL database transaction are permanently saved using this SQL statement.

C. Specify the columns of the table in this SQL statement to return distinct values.

D. By running this SQL statement, the transaction will be undone and the operations not yet saved to the SQL database will be undone.

What is the correct answer?

4

What does task list consist of in SQL Script?

A. Import

B. Show Quotas

C. Manage Results

D. All of the above

What is the correct answer?

4

In the script field, script is found by entering the

A. Script Name

B. Script Number

C. Script ID

D. Script Symbol

What is the correct answer?

4

Select the correct statement.

A. With the DDL commands, any structural changes can be made to the table, including creation, deletion, and alteration.

B. With the DML commands, any structural changes can be made to the table, including creation, deletion, and alteration.

C. With the DCL commands, any structural changes can be made to the table, including creation, deletion, and alteration.

D. With the TCL commands, any structural changes can be made to the table, including creation, deletion, and alteration.

What is the correct answer?

4

Which of the following statement is TRUE?

A. A DATABASE name can be renamed.

B. A TABLE name can be renamed.

C. Both A and B

D. None of the above

What is the correct answer?

4

We can use literal in the CONCAT function. What does literal refer to?

A. Number

B. Character

C. Date

D. All of the above

What is the correct answer?

4

In how many parts are the SQL functions are divided into?

A. 1

B. 2

C. 3

D. 4

What is the correct answer?

4

The character(s) which are used independently or in conjunction with SQL Like Operator:

A. %

B. _

C. Both A. and B.

D. None of the above

What is the correct answer?

4

What is the functionality of UCASE function?

A. To change the case of the string to lowercase characters.

B. To change the case of the string to uppercase characters.

C. To change the case of the string to numeric characters.

D. To change the case of the string to symbolic characters.

What is the correct answer?

4

Which of the following keyword is used to delete the Join?

A. DELETE

B. ON

C. WHERE

D. All of the above

What is the correct answer?

4

Transaction is able to control the following

A. Transaction

B. Commit

C. Rollback

D. All of the above

What is the correct answer?

4

Which syntax is correct for RENAME DATABASE in MySQL?

A. RENAME old_database_name TO new_database_name;

B. RENAME DATABASE old_database_name TO new_database_name;

C. ALTER old_database_name MODIFY NAME = new_database_name;

D. ALTER DATABASE old_database_name MODIFY NAME = new_database_name;

What is the correct answer?

4

Using the SQL first() function, one can return the ____ value of the selected column.

A. First

B. Second

C. Third

D. Last

What is the correct answer?

4

When an expression includes ___ SQL operator(s), the sequence in which they are evaluated is known as the SQL operator's precedence.

A. 0

B. 1

C. Multiple

D. NULL

What is the correct answer?

4

Which of the following is supported in Comprehensive Data SubLanguage Rule in the 12 Codd's Rules?

A. Data Definition

B. View Definition

C. Data Manipulation

D. All of the above

What is the correct answer?

4

Select the correct statement about SQL Scripts?

A. At the run time, the SQL*Plus commands are ignored.

B. SQL Scripts and SQL Commands in the SQL Scripts have no interaction.

C. Through the SQL Script editor, SQL Commands are cut and pasted.

D. All of the above

What is the correct answer?

4

For integer value, which data type is supported in Oracle?

A. INT

B. Number

C. Digit

D. None of the above

What is the correct answer?

4

A Primary Key is basically a

A. Row

B. Column

C. Table

D. Database

What is the correct answer?

4

How MySQL determines which one to use, FLOAT or DOUBLE, using the p parameter?

A. If p comes between 0 to 25, data type becomes FLOAT(). If p comes between 26 to 54, data type becomes DOUBLE().

B. If p comes between 26 to 54, data type becomes FLOAT(). If p comes between 0 to 25, data type becomes DOUBLE().

C. If p comes between 25 to 53, data type becomes FLOAT(). If p comes between 0 to 24, data type becomes DOUBLE().

D. If p comes between 0 to 24, data type becomes FLOAT(). If p comes between 25 to 53, data type becomes DOUBLE().

What is the correct answer?

4

What is the difference between DELETE and TRUNCATE statements?

A. DELETE statement free up the space kept in check by the table whereas TRUNCATE statement does not free up the space kept in check by the table.

B. DELETE statement does not free up the space kept in check by the table whereas TRUNCATE statement free up the space kept in check by the table.

C. DELETE statement only deletes rows from the table whereas TRUNCATE statement can only delete columns from the table.

D. DELETE statement only deletes columns from the table whereas TRUNCATE statement can only delete rows from the table.

What is the correct answer?

4

SELECT INTO statement -

A. Select the content from a table.

B. Rename the content in a table.

C. Copy the content from one table into another existing table.

D. None of the above

What is the correct answer?

4

Which function combines the two different columns?

A. ADD

B. MERGE

C. CONCAT

D. None of the above

What is the correct answer?

4

MINUS Operator displays the rows which are

A. Detected in the second query, absent in the first query, and there are no duplications.

B. Detected in the first query, absent in the second query, and there are no duplications.

C. Detected in the first query, absent in the second query, and there are duplications.

D. Detected in the second query, absent in the first query, and there are duplications.

What is the correct answer?

4

Select the correct syntax of SELECT TOP clause?

A. SELECT TOP name

B. SELECT TOP column

C. SELECT TOP FROM

D. SELECT TOP Number

What is the correct answer?

4

Select the correct method of Web SQL?

A. Execute SQL

B. Transaction

C. Open Database

D. All of the above

What is the correct answer?

4

Which of the following states the correct situation in which Indexes should not be used in SQL?

A. When the table is small, it is possible to avoid using SQL indexes.

B. Updates need to be made frequently to the table.

C. When there are a lot of NULL values in a column, indexed should not be used.

D. All of the above