Home
Current Affairs January 2024

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

Correct Answer :

C. Both A. and B.


The characters which are used independently or in conjunction with SQL Like Operator are '%' & '_'.

Related Questions

What is the correct answer?

4

Which of the following is not the SQL Comparison Operator?

A. SQL Equal Operator (=)

B. SQL Less Than Operator (<)

C. SQL Greater Than Operator (>)

D. All of the above

What is the correct answer?

4

____ and ____constraints form the core of the PRIMARY KEY constraint.

A. NOT NULL , CHECK

B. NOT NULL , DEFAULT

C. NOT NULL , FOREIGN KEY

D. NOT NULL , UNIQUE

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

Which of the following is TRUE about the type of SQL Injection attack?

A. Install malicious program

B. Export valuable data

C. Get user login detail

D. All 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

In order to manage or store the data in the database, WEB SQL Database is used which is a

A. Web site

B. Web page

C. Web browser

D. None of the above

What is the correct answer?

4

In order to merge two or more strings, which string function is used?

A. CHAR

B. ALTER

C. CONCAT

D. MERGE

What is the correct answer?

4

All other columns other than the column which is termed as Primary Key, are known as

A. Unique Keys

B. Alternate Keys

C. Composite Keys

D. None of the above

What is the correct answer?

4

Select the correct statement.

A. DDL consist of 4 commands

B. DCL consist of 2 commands

C. TCL consist of 5 commands

D. DML consist of 3 commands

What is the correct answer?

4

Local Temp Variable is used with which sign?

A. ?

B. @

C. #

D. &

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

What is the work of UPDATE command?

A. A single or multiple rows can be accessed using this command from one or more tables of a database. Using the WHERE clause with this command is also possible.

B. Using this command, you can remove or erase recorded information from a database table.

C. Database data can be updated or changed using this command.

D. It enables you to create new databases, tables, table views, and other objects using this command.

What is the correct answer?

4

What does the following statement do?

A. Finds any values that start with a and ends with o

B. Finds any values whose first character is a and third character is o

C. Both A. and B.

D. None of the above

What is the correct answer?

4

A Key which uniquely identifies each row in the table is known as?

A. Primary Key

B. Unique Key

C. Composite Key

D. Foreign Key

What is the correct answer?

4

In case of ____Rule, the primary key value, table name, and column name are characteristics that allow us to access the precise data (atomic value) logically from a relational database.

A. Systematic Treatment of Null Values

B. Guaranteed Access

C. View Updating

D. Physical Data Independence

What is the correct answer?

4

Output returned by the Scalar functions is/are -

A. Single Value

B. Multiple Value

C. Two Values

D. None of the above

What is the correct answer?

4

Full form of LCASE is -

A. Low case

B. Letter case

C. Light case

D. Lower case

What is the correct answer?

4

Which statement is TRUE about the ORDER BY Clause?

A. In order to return the rows in a specific order, ORDER BY Clause is used.

B. In order to group the rows, ORDER BY Clause is used.

C. In order to select the defined groups, ORDER BY Clause is used.

D. None of the above

What is the correct answer?

4

What is the work of SELECT command?

A. Database objects such as tables, table views, and other objects can be deleted using this command.

B. Database objects such as tables, table views, and other objects can be deleted using this command.

C. One or more rows from one or more tables of the database can be accessed with this command. Using the WHERE clause with this command is also possible.

D. It enables you to create new databases, tables, table views, and other objects using this command.

What is the correct answer?

4

What does UCASE() function do?

A. Converts database field to uppercase

B. Converts database field to lowercase

C. Returns the length of the text field

D. Returns the current date and time

What is the correct answer?

4

In SQL, which statement can help in changing the name of the table?

A. RENAME

B. ALTER

C. Both A) and B)

D. None of the above

What is the correct answer?

4

Command that comes under DML is/are

A. ROLLBACK

B. GRANT

C. UPDATE

D. All of the above

What is the correct answer?

4

What does this SQL database language design to?

A. Maintain the data in hierarchal database management systems.

B. Maintain the data in relational database management systems.

C. Maintain the data in network database management systems.

D. Maintain the data in object-oriented database management systems.

What is the correct answer?

4

Savepoint command is used with _____ command.

A. Commit

B. Transaction

C. Rollback

D. None of the above

What is the correct answer?

4

Combining the results of ___ select statements will be done using UNION.

A. One

B. Two

C. Three

D. Four

What is the correct answer?

4

Host-based IDS can be used to monitor

A. Web server logs

B. When something weird occurs

C. Both A) and B)

D. None of the above

What is the correct answer?

4

Command that comes under DCL is/are -

A. GRANT

B. REVOKE

C. Both A. and B.

D. None of the above

What is the correct answer?

4

Which of the following is SQL Server String Data Type?

A. ntext

B. binary(n)

C. varbinary

D. All of the above

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 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.