SQL Fundamentals Quiz - https://www.tutorialspoint.com/sql/index

SQL Fundamentals Quiz - https://www.tutorialspoint.com/sql/index

Professional Development

10 Qs

quiz-placeholder

Similar activities

Connecting to a Database using PHP (Part 2)

Connecting to a Database using PHP (Part 2)

Professional Development

9 Qs

Microsoft SQL Server

Microsoft SQL Server

12th Grade - Professional Development

10 Qs

SQL Sesi 1

SQL Sesi 1

Professional Development

10 Qs

Kuis Oracle Database

Kuis Oracle Database

Professional Development

10 Qs

DBMS Quizzz....!

DBMS Quizzz....!

Professional Development

15 Qs

NE Pilot

NE Pilot

Professional Development

9 Qs

datbase 5

datbase 5

Professional Development

10 Qs

GraphQL: DAY 1

GraphQL: DAY 1

Professional Development

10 Qs

SQL Fundamentals Quiz - https://www.tutorialspoint.com/sql/index

SQL Fundamentals Quiz - https://www.tutorialspoint.com/sql/index

Assessment

Quiz

Computers

Professional Development

Hard

Created by

David Hunt

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who developed SQL?

Microsoft in the 1980s

Google in the 1990s

None of the Above

IBM in the 1970s

Answer explanation

SQL was developed by IBM in the 1970s, making the correct answer choice 'IBM in the 1970s'.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stand for?

Simple Query Language

Sequential Query Language

Standard Query Language

Structured Query Language

Answer explanation

SQL stands for Structured Query Language, making it the correct choice among the options provided.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a SQL command type?

Data Manipulation Language

Data Definition Language

Data Control Language

Data Connection Language

Answer explanation

Data Connection Language is NOT a SQL command type, the other three are valid SQL command types.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to retrieve data from a database in SQL?

GET

READ

FETCH

SELECT

Answer explanation

The correct command used to retrieve data from a database in SQL is SELECT. It is used to fetch specific data based on specified criteria.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to insert new data into a database?

ADD RECORD

INSERT INTO

UPDATE

CREATE NEW

Answer explanation

The correct SQL statement to insert new data into a database is INSERT INTO.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the basic operations performed by SQL?

SELECT, INSERT, UPDATE, DELETE

CREATE, ADD, MODIFY, REMOVE

FETCH, POST, PUT, DELETE

READ, WRITE, UPDATE, DELETE

Answer explanation

The basic operations performed by SQL are SELECT, INSERT, UPDATE, and DELETE. These operations are fundamental for querying and manipulating data in a database.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a purpose of SQL?

Creating mobile applications

Programming microcontrollers

Managing relational databases

Styling web pages

Answer explanation

The purpose of SQL is managing relational databases, not creating mobile applications, programming microcontrollers, or styling web pages.

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?