TipsMake
Newest

Tags : learn sql

Index (INDEX) in SQL
SQL 25 May 2019

Index (INDEX) in SQL

sql index (index) is a special lookup table that database search engines can use to quickly increase the time and performance of data retrieval.

Read More
ALTER TABLE statement in SQL
SQL 25 May 2019

ALTER TABLE statement in SQL

the alter table statement in sql is used to add, delete, and modify columns in an existing table.

Read More
Boolean operators AND and OR in SQL
SQL 25 May 2019

Boolean operators AND and OR in SQL

the and and or operators are used to combine multiple conditions to narrow the data in sql statements. these two operators are called conjugate operators in sql. and and or allow

Read More