skip to content
Information worth remembering
User Tools
Admin
Log In
Site Tools
Search
Tools
Show pagesource
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
About
Downloads
Contact
Trace:
•
sql_basics
Sidebar
Home
Free software
Development
Development Tools
Development Libraries
Online Training
About Minecraft
blogs
Baseball Tips
PC Gaming
Useful Web Sites
Cyber Security
sql:sql_basics
SQL Basics
Basic commands:
CREATE
dataBaseName ←- this will create the database with name
dataBaseName
USE
dataBaseName ←- this will ensure all following SQL commnands are applied to
dataBaseName
SELECT
*
FROM
tableName
WHERE
cond ←– this will list all records of
tableName
where
cond
is the filter
sql/sql_basics.txt
· Last modified: 2017/10/04 08:00 by
admin
Page Tools
Show pagesource
Old revisions
Backlinks
Back to top