ISA SQL Test

ISA SQL Test

Assessment

Quiz

Architecture, Other

Professional Development

Hard

Created by

Ivy Professional School

Used 5+ times

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which statement is wrong about Primary key constraint in SQL?

Primary key can be made based on multiple columns

The Primary key uniquely identifies each record in a SQL database table

Primary keys must contain unique value

Primary key must be made of any single column

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Database normalisation typically -

Reduces number of tables

Reduces database size

Reduces data constraints

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can add a row using SQL in database with which of the following?

ADD

CREATE

INSERT

MAKE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct query to remove a column from a table is-

DELETE COLUMN column_name;

DROP COLUMN column_name;

ALTER TABLE table_name DROP COLUMN column_name;

None is correct

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following SQL commands is used to retrieve data?

DELETE

INSERT

JOIN

SELECT

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The SQL WHERE clause:

Limits the row data that are returned

Limits The column data that are returned

Both the above statements are correct

Neither of the above statements are correct

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these has special automatic update behavior?

DATE

TIME

TIMESTAMP

YEAR

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?