University
Learn SQL
Learn Data Science
Learn Backend
Learn Frontend
Learn free
Lessons
Lessons
SQL Сonstraints
Data type restrictions help us avoid a lot of mistakes, but sometimes these restrictions can be very specific.
by
SQL and Databases tracks
3
min read
Practice made easy: learn
to code with Hyperskill
Start free
Lessons
SQL PRIMARY KEY constraint
While some individuals may share the same name, their email addresses will differ, making it suitable to use this field as a unique key.
by
SQL and Databases tracks
3
min read
Lessons
SQL FOREIGN KEY constraint
How to use the foreign key constraint to connect two tables and manage the data stored there.
by
SQL and Databases tracks
3
min read
Lessons
SQL Date Functions
SQL provides a wide variety of date and time types.
by
SQL and Databases tracks
3
min read
Lessons
SQL GROUP BY statement
Imagine that we need to compute an aggregate value not for the whole table or one specific category but rather for many separate categories.
by
SQL and Databases tracks
3
min read
Lessons
SQL ORDER BY statement
To specify the order of the resulting rows, use the ORDER BY clause in a query.
by
SQL and Databases tracks
3
min read
Lessons
SQL INSERT INTO statement
Use the INSERT INTO statement to insert a new record into a table with a simple query.
by
SQL and Databases tracks
3
min read
1
Load more articles