Intro DB : Syntax SQL

Intro DB : Syntax SQL

12th Grade

39 Qs

quiz-placeholder

Similar activities

T-Levels Computer and Data Security

T-Levels Computer and Data Security

12th Grade

41 Qs

NOCTI Recreation Review

NOCTI Recreation Review

12th Grade

43 Qs

Científico

Científico

9th - 12th Grade

39 Qs

แบบทดสอบกลางภาค วิชาการงานอาชีพ ชั้นมัธยมศึกษาปีที่ 6/1-6/4

แบบทดสอบกลางภาค วิชาการงานอาชีพ ชั้นมัธยมศึกษาปีที่ 6/1-6/4

12th Grade

40 Qs

TD12 Chapter 3 part 2

TD12 Chapter 3 part 2

9th - 12th Grade

38 Qs

Accident or emergency Quiz

Accident or emergency Quiz

12th Grade

40 Qs

Intro DB : Syntax SQL

Intro DB : Syntax SQL

Assessment

Quiz

Instructional Technology

12th Grade

Practice Problem

Hard

Created by

ALI GUNAWAN

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

39 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Perintah SQL INSERT yang benar untuk menambahkan data baru ke tabel "Customers" adalah

INSERT INTO Customers (customer_id, customer_name, customer_address) VALUES (1, 'John Doe', '123 Main St')
INSERT INTO Customers (customer_name, customer_address) VALUES ('Jane Smith', '456 Oak Ave')
INSERT INTO Customers (customer_id, customer_name) VALUES (2, 'Jane Smith')
INSERT INTO Customers VALUES (3, 'Michael Johnson', '789 Elm Rd')

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Perintah SQL INSERT yang benar untuk menambahkan data baru ke tabel "Products" adalah:

INSERT INTO Products (product_id, product_name, product_price) VALUES (1, 'Product A', 10.99)
INSERT INTO Products (product_name, product_price) VALUES ('Product B', 24.95)
INSERT INTO Products (product_id, product_name) VALUES (2, 'Product B')
INSERT INTO Products VALUES (3, 'Product C', 8.49)

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Perintah SQL INSERT yang benar untuk menambahkan data baru ke tabel "Orders" adalah

INSERT INTO Orders (order_id, customer_id, order_date) VALUES (1, 1, '2023-07-01')
INSERT INTO Orders (customer_id, order_date) VALUES (2, '2023-07-02')
INSERT INTO Orders (order_id, order_date) VALUES (3, '2023-07-03')
INSERT INTO Orders VALUES (4, 3, '2023-07-04')

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Perintah SQL INSERT yang benar untuk menambahkan data baru ke tabel "Order_Items" adalah

INSERT INTO Order_Items (order_id, product_id, quantity, product_price) VALUES (2, 2, 3, 7.49)
INSERT INTO Order_Items (item_id, order_id, product_id, quantity, product_price) VALUES (1, 1, 1, 2, 15.99)
INSERT INTO Order_Items (item_id, quantity, product_price) VALUES (3, 3, 8.49)
INSERT INTO Order_Items VALUES (4, 4, 5, 1, 9.95, 0)

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Perintah SQL INSERT yang benar untuk menambahkan data baru ke tabel "Employees" adalah

INSERT INTO Employees (employee_id, employee_name, employee_position, department_id) VALUES (1, 'John Smith', 'Manager', 2)
INSERT INTO Employees (employee_name, employee_position) VALUES ('Jane Doe', 'Supervisor')
INSERT INTO Employees (employee_id, employee_name) VALUES (2, 'Jane Doe')
INSERT INTO Employees VALUES (3, 'Michael Johnson', 'Salesperson', 3)

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Perintah SQL INSERT yang benar untuk menambahkan data baru ke tabel "Departments" adalah

INSERT INTO Departments (department_name) VALUES ('Marketing')
INSERT INTO Departments (department_id, department_name) VALUES (1, 'Sales')
INSERT INTO Departments (department_id) VALUES (2)
INSERT INTO Departments VALUES (3, 'Finance')

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Perintah SQL INSERT yang benar untuk menambahkan data baru ke tabel "Sales" adalah

INSERT INTO Sales (sale_id, employee_id, order_id, sale_date) VALUES (1, 1, 1, '2023-07-05')
INSERT INTO Sales (employee_id, order_id, sale_date) VALUES (2, 2, '2023-07-06')
INSERT INTO Sales (sale_id, sale_date) VALUES (3, '2023-07-07')
INSERT INTO Sales VALUES (4, 3, 3, '2023-07-08')

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?