Difference between revisions of "Use SQL"

Kipkis (Kipkis | contribs)
m (importing article from wikihow)
 
Kipkis (Kipkis | contribs)
m (Text replacement - "== Video ==" to "")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
SQL stands for Structured Query Language and was originally developed by IBM in the 70s to interact with relational databases.  It is the common language for databases, remains fairly readable and it is relatively simple to learn the basics (although the language can be very powerful).
 
SQL stands for Structured Query Language and was originally developed by IBM in the 70s to interact with relational databases.  It is the common language for databases, remains fairly readable and it is relatively simple to learn the basics (although the language can be very powerful).
[[Category:Programming]]
+
[[Category: Programming]]
  
 
== Steps ==
 
== Steps ==
Line 12: Line 12:
 
#The DELETE statement is used to remove data from an SQL database.
 
#The DELETE statement is used to remove data from an SQL database.
  
== Video ==
+
 
{{Video:Use SQL|}}
+
 
  
 
== Tips ==
 
== Tips ==
Retrieved from "https://kipkis.com/Use_SQL"