#sql
Read more stories on Hashnode
Articles with this tag
DATE The date functions are used to insert dates into the database. It can also be used to extract date value from date expressions. TIME The time...
Let's look at a table we have created. Let's select the age column MAX() FUNCTION It returns the maximum value present in a numeric column. MIN()...
DATA TYPES IN SQL There are a lot of data types in SQL: But let's look into some important ones: INT A normal-sized integer that can be signed or...
PRIMARY KEY The primary key constraint uniquely identifies each record. Primary keys must contain unique values and cannot contain NULL...