Home
Current Affairs January 2024

What is the correct answer?

4

Full form of LCASE is -

A. Low case

B. Letter case

C. Light case

D. Lower case

Correct Answer :

D. Lower case


Full form of LCASE is Lower case.

Related Questions

What is the correct answer?

4

BETWEEN operator is used with which SQL Statements

A. SELECT

B. DELETE

C. INSERT

D. All of the above

What is the correct answer?

4

What is the difference between nchar and nvarchar?

A. nchar is fixed and nvarchar is variable.

B. nchar is variable and nvarchar is fixed.

C. nchar has the maximum size of 4000 characters and nvarchar has the maximum size of 8000 characters.

D. nchar has the maximum size of 800 characters and nvarchar has the maximum size of 4000 characters.

What is the correct answer?

4

Select the syntax of Single Line Comment.

A. .

B. !

C. --

D. #

What is the correct answer?

4

What does the DROP DATABASE Statement do?

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

B. In the database management system, this SQL statement deletes the existing database, together with all the database tables and views.

C. A new database will be created through this SQL statement.

D. In this SQL statement, the data or records are inserted into an existing database table. One query statement can insert multiple records simultaneously using this statement.

What is the correct answer?

4

Which of the following statement is true?

A. SQL statements are used for most operations in a database.

B. Relational algebra and tuple relationship calculus are needed for SQL syntax.

C. All of the above

D. None of the above

What is the correct answer?

4

Which of the following clause cannot be used in SQL sub queries?

A. GROUP BY

B. ORDER BY

C. DELETE

D. FROM

What is the correct answer?

4

SQL indexes speed up the execution time of which statement(s)?

A. SELECT

B. WHERE

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

What is the shortcut key to open SQL Script?

A. Ctrl+Shift+S

B. Ctrl+Shift+Q

C. Ctrl+Shift+N

D. Ctrl+Shift+O

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

What is TRUE about NOT NULL Constraint?

A. In columns that are subject to the NOT NULL constraint, duplicate values are not allowed.

B. When a table's column is declared as NOT NULL, no record in the table can have an empty value for that column.

C. By applying the NOT NULL constraint, we will always ensure that the column contains a unique value and won't allow nulls.

D. The value will first be checked for certain conditions before inserting it into the column when a NOT NULL constraint applies to a column in the table.

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

SQL EXCEPT statement behaves similar to _____operator in mathematics.

A. Sum

B. Multiply

C. Minus

D. Divide

What is the correct answer?

4

What is Export Script by default?

A. Workspace_name_size/sql

B. Workspace_number_script/sql

C. Workspace_name_script/sql

D. Workspace_name_script/spl

What is the correct answer?

4

Using the DELETE Query from the CRUD Operator, we can delete

A. Only one row

B. All the rows

C. Only two rows

D. None of the above

What is the correct answer?

4

What is TRUE about the Active/Dynamic Online Catalog based on the relational model in the 12 Codd's Rules?

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

B. Null values are treated in database records according to this rule.

C. Database dictionaries represent the complete logic of all descriptive data, which must be stored online.

D. None of the above

What is the correct answer?

4

In order to prevent multiple records from being returned by the sub query, ____ must be used before the sub query.

A. Many Value Operators

B. Multiple Value Operators

C. Single Value Operator

D. Unique Value Operator

What is the correct answer?

4

Which of the following is TRUE about SQL Auto Increment?

A. It increments the unique number automatically.

B. It decrements the unique number automatically.

C. It keeps the unique number constant

D. None of the above

What is the correct answer?

4

Which of the following is among the 12 Codd's Rules?

A. View Updating Rule

B. Relational Level Operation Rule

C. Distribution Independence Rule

D. None of the above

What is the correct answer?

4

In the case of ____ Independence Rule, Physical independence of data to access the database is a requirement for a database or an application.

A. Physical Data

B. Logical Data

C. Integrity

D. Distribution

What is the correct answer?

4

An SQL ____ is a virtual table, whose contents are based on the SQL statement's results.

A. Concatenate

B. Virtual

C. View

D. None of the above

What is the correct answer?

4

Full form of DML is

A. Data Multiplication Language

B. Data Manipulation Language

C. Data Modify Language

D. Data Mapping Language

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

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

When two or more columns are combined to be used to uniquely identify each row in the table, it is known as -

A. Primary Key

B. Unique Key

C. Composite Key

D. Foreign Key

What is the correct answer?

4

In order to format, how the column should be displayed, which function is used?

A. FORM()

B. DISPLAY()

C. COL()

D. FORMAT()

What is the correct answer?

4

What is the symbol of Concatenation Operator?

A. |

B. ||

C. //

D. \

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

In order to remove a primary key constraint, which clause is used?

A. DELETE

B. DROP

C. ALTER

D. REMOVE

What is the correct answer?

4

What is meant by 'SQL is an interactive language'?

A. Learning and understanding SQL is easy

B. It can also be used for communicating with the database.

C. In a few seconds, complex queries can also be answered using this language.

D. All of the above