Home
Current Affairs January 2024

What is the correct answer?

4

SQL EXCEPT statement behaves similar to _____operator in mathematics.

A. Sum

B. Multiply

C. Minus

D. Divide

Correct Answer :

C. Minus


SQL EXCEPT statement behaves similar to Minus operator in mathematics.

Related Questions

What is the correct answer?

4

What can be the maximum size of char(n) in SQL Server String Data Type?

A. 7000

B. 8000

C. 9000

D. 10000

What is the correct answer?

4

In order to update one table using another table and join condition, which statement is used.

A. SQL UPDATE INTO

B. SQL UPDATE JOIN

C. SQL JOIN

D. SQL JOIN UPDATE

What is the correct answer?

4

What is meant by Partial Database Control?

A. Business rules are hidden.

B. Users or professionals can't have the full control over the database.

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

Which statement is correct to remove an Index from MySQL Database?

A. DROP INDEX Index_Name;

B. ALTER TABLE Table_Name DROP INDEX Index_Name;

C. DROP INDEX Index_Name ON Table_Name;

D. DROP INDEX Table_Name.Index_Name;

What is the correct answer?

4

Which of the following statement is TRUE?

A. At run time, temporary tables can be created.

B. Temporary table can do similar operations to normal table.

C. Both A) and B)

D. None of the above

What is the correct answer?

4

In more readable form, you can retrieve the date values, using ______ function?

A. DATE

B. DATE_FORM

C. DATE_FORMAT

D. DATE_VALUE

What is the correct answer?

4

____ are the columns for the retrieval purpose.

A. Tables

B. WHERE Conditions

C. Expressions

D. None of the above

What is the correct answer?

4

Which function is used to extract substrings from the column of the table

A. ROUND()

B. MID()

C. FORMAT()

D. NOW()

What is the correct answer?

4

Which of the following statement is TRUE about DISTINCT Clause?

A. It cannot ignore the NULL values

B. It can ignore the NULL values

C. Its query can return multiple values

D. None of the above

What is the correct answer?

4

Which of the following is TRUE about Intrusion Detection System?

A. Intrusion Detection System is Network-based

B. Intrusion Detection System is Host-based

C. Both A) and B)

D. None of the above

What is the correct answer?

4

What does the ALTER TABLE Statement do?

A. By deleting the stored data, this SQL statement deletes the database.

B. Columns in the SQL database can be created, deleted, or modified with this SQL statement.

C. A new table in SQL is created using this SQL statement.

D. The table, its structure, views, permissions, and triggers will also be deleted or removed with this SQL statement.

What is the correct answer?

4

Which of the following statement is TRUE?

A. Web API is the part of HTML5

B. Web API is not the part of HTML5

C. Web API is the part of HTML

D. Web API is the part of XHTML

What is the correct answer?

4

Select the correct statement.

A. TRUNCATE TABLE is faster than DELETE TABLE statement.

B. TRUNCATE TABLE uses fewer resources than DELETE TABLE statement.

C. Both A) and B)

D. None of the above

What is the correct answer?

4

Which of the statement is true?

A. The precedence-low operators are evaluated last in SQL.

B. The precedence-high operators are evaluated first in SQL.

C. Both A and B

D. None of the above

What is the correct answer?

4

Using TIME_FORMAT() function, time can be retrieved in

A. 12-hour format

B. 24-hour format

C. Both A. and B.

D. None of the above

What is the correct answer?

4

In order to join N tables, minimum number of join statements required is

A. N

B. N-1

C. N-2

D. N+1

What is the correct answer?

4

In order to start the transaction, the command used is

A. Mysql > START COMMIT;

B. Mysql > START TRANSACTION;

C. Mysql > START ROLLBACK;

D. None of the above

What is the correct answer?

4

SQL BETWEEN is a ______ operator.

A. Relational

B. Logical

C. Arithmetic

D. Assignment

What is the correct answer?

4

What does the following statement do?

A. Finds any values that start with a

B. Finds any values that start with a%

C. Finds any values that contains only two characters starting with a

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

What does SQL is used to perform operations on?

A. Update Records

B. Insert Records

C. Both A and B

D. None of the above

What is the correct answer?

4

Which of the following statement is TRUE about Primary Key?

A. Table integrity is not enforced by the primary key.

B. The data in a primary key is always multiple.

C. 900 bytes is the maximum length of a primary key.

D. Null values are allowed in primary keys.

What is the correct answer?

4

Number of operands used by Unary Operator is?

A. 1

B. 2

C. 3

D. 4

What is the correct answer?

4

In CRUD Operator, U is an acronym of

A. Upper

B. Unique

C. Update

D. Uppercase

What is the correct answer?

4

The Web SQL API is supported by

A. Opera

B. Google Chrome

C. Android Browsers

D. All of the above

What is the correct answer?

4

Difference between GRAND & REVOKE command is/are?

A. The GRANT command can be used to grant a user access to databases and tables whereas The REVOKE command can be used to revoke all access privileges already assigned to the user.

B. The REVOKE command can be used to grant a user access to databases and tables whereas The GRANT command can be used to revoke all access privileges already assigned to the user.

C. A transaction can be rolled back to its last saved state.

D. None of the above

What is the correct answer?

4

To get the table's previous permanent status, use the ____ command.

A. Commit

B. Transaction

C. Rollback

D. None of the above

What is the correct answer?

4

When the table is dropped:

A. Table structure is dropped

B. Integrity constraints are dropped

C. Relationship is dropped

D. All of the above

What is the correct answer?

4

Select the function which is not the Scalar Function(s)?

A. UCASE()

B. LEN()

C. SUM()

D. NOW()