Home
Current Affairs January 2024

What is the correct answer?

4

What does the CREATE TABLE Statement do?

A. The stored data in the SQL database is changed or modified by this SQL statement.

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

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

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

Correct Answer :

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


A new table in SQL is created using CREATE TABLE SQL statement.

Related Questions

What is the correct answer?

4

Foreign key is a field in a table that is _______ key in another table?

A. Primary

B. Unique

C. Composite

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

What is SQL CREATE Table used for?

A. To Update table

B. To Create table

C. To Delete table

D. None of the above

What is the correct answer?

4

What is the difference between MIN and MAX function?

A. MIN function is used to show the minimum data and MAX function is used to show the maximum data.

B. MIN function is used to show the maximum data and MAX function is used to show the minimum data.

C. Both of the above

D. None of the above

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

NOW function is used to return the current

A. Time

B. Date

C. Date & Time

D. Day

What is the correct answer?

4

What is the work of INSERT command?

A. Inserting records or data into the database tables is accomplished with this command. In addition to inserting records in single rows, we can insert records in multiple rows as well.

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

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

Which of the following is not MySQL Numeric Data Type?

A. BIT(Size)

B. CHAR(Size)

C. INTEGER(Size)

D. INT(Size)

What is the correct answer?

4

What is the work of DELETE 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. Database data can be updated or changed using this command.

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

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

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

What does the DISTINCT Clause do?

A. Specify the columns of the table in this SQL clause to return distinct values.

B. By executing this SQL statement, all records in the SQL database will be deleted.

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

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

What is the correct answer?

4

When the table is truncated:

A. Table structure is dropped

B. Integrity constraints are dropped

C. Relationship is dropped

D. None of the above

What is the correct answer?

4

Which of the following are the types of the temp tables?

A. Local Temp

B. Global Temp

C. Both A) and B)

D. None of the above

What is the correct answer?

4

In order to convert the expression from one to another data type, which SQL Function is used?

A. CONVERT

B. CHANGE

C. CAST

D. TRANSIT

What is the correct answer?

4

Which syntax is correct for RENAME DATABASE in SQL?

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

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

Using the ___ statement, a database can be renamed.

A. SQL CREATE DATABASE

B. SQL RENAME DATABASE

C. SQL DROP DATABASE

D. SQL SELECT DATABASE

What is the correct answer?

4

What does the UPDATE Statement do?

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

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

C. The stored data in the SQL database is changed or modified by this SQL statement.

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

What is the correct answer?

4

Which statement is true about the SQL?

A. SQL databases are vertically scalable.

B. SQL follows BASE Model.

C. SQL database cannot handle complex queries.

D. SQL database does not require object-relational mapping.

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

Which of the following clause cannot be optional in SQL SELECT Statement?

A. WHERE

B. GROUP BY

C. ORDER BY

D. None of the above

What is the correct answer?

4

Comments whose starting and ending lines are different are known as

A. Inline Comments

B. Multi-line Comments

C. Single Line Comments

D. Varied line Comments

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

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

Which of these are the types of operators?

A. Arithmetic

B. Comparison

C. Set

D. All of the above

What is the correct answer?

4

SQL CREATE DATABASE is used to,

A. Create a table

B. Create a database

C. Create a column

D. Create a row

What is the correct answer?

4

Why index is important in SQL?

A. The large database can be searched quickly with SQL Indexes.

B. The concept below is a quick way to include different values in those columns.

C. A smaller table may not recognize the performance of an index when used with an index.

D. All of the above

What is the correct answer?

4

In SQL, Like is a ____ operator.

A. Relational

B. Logical

C. Additional

D. Unique