Practice Data Manipulation Language (dml) (4.3) - Structured Query Language (SQL) - Part 1
Students

Academic Programs

AI-powered learning for grades 8-12, aligned with major curricula

Professional

Professional Courses

Industry-relevant training in Business, Technology, and Design

Games

Interactive Games

Fun games to boost memory, math, typing, and English skills

Data Manipulation Language (DML)

Practice - Data Manipulation Language (DML)

Learning

Practice Questions

Test your understanding with targeted questions

Question 1 Easy

Write an INSERT statement to add a new student with ID 3, name 'Bob Smith'.

💡 Hint: Remember to specify the table name and columns.

Question 2 Easy

Create a SELECT statement to retrieve the FirstName from the Students table.

💡 Hint: Use the correct syntax and don't forget the FROM clause.

4 more questions available

Interactive Quizzes

Quick quizzes to reinforce your learning

Question 1

What does the INSERT command do in SQL?

Removes data
Adds new data
Modifies existing data

💡 Hint: Focus on the purpose of INSERT.

Question 2

True or False: The WHERE clause is optional for DELETE operations.

True
False

💡 Hint: Consider what happens without a WHERE condition.

2 more questions available

Challenge Problems

Push your limits with advanced challenges

Challenge 1 Hard

Create a SQL script that inserts multiple new students into the Students table, ensuring that you provide both specific column names and handle any default values.

💡 Hint: Remember to utilize default values as required.

Challenge 2 Hard

Draft a SQL query that retrieves all students who have an email address but were born before '1995-01-01'.

💡 Hint: Use both conditions properly in the WHERE clause.

Get performance evaluation

Reference links

Supplementary resources to enhance your learning experience.