• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » SQL Database Language Basics

By Abhishek Ghosh November 6, 2012 12:21 am Updated on November 6, 2012

SQL Database Language Basics

Advertisement

SQL is a database language for defining data structures in relational databases and to edit, insert, modify, delete data and serve query based on saved data. It is just a beginners guide, you can read or follow Pinal Dave’s writings for mastery on SQL. Probably he has the highest number of single person authored writings on SQL counting more than 2200. The SQL language is based on the relational algebra, its syntax is relatively simple and semantically similar to the English vernacular in logic.  Almost all current database systems support SQL – albeit to varying degrees and with slightly different dialects.

 

Basics of SQL Language

 

The name SQL is in common usage as an abbreviation for “Structured Query Language”, although it is an independent name, according to the standard. The name is derived from its predecessor SEQUEL. SQL commands can be divided into three categories :

 

  • (DML) commands for manipulating data (change, insert, delete etc.)
  • (DDL) commands for defining the database schema
  • (DCL) commands for right management and transaction control

 

Queries with the data is stored in a database to retrieve data, so the user or the application can use it. Each DBMS vendor has extended the list of commands. For static SQL, the SQL statement is the database system at the time of the translation program is known and is fixed (for example, if the query of an account is pre-formulated and is the term used only the account number). For dynamic SQL, the SQL statement is the database system known only at the time of program execution (for example, if the user enters the entire query). For example, all SQL statements that are using SQL / CLI or JDBC are always executed dynamically. Executed dynamic SQL statements in general execute immediately.

Advertisement

---

For dynamic SQL, the database system has to interpret the SQL statement for the duration of the program and has to optimize the access path. Since this so-called parsing process takes time to buffer, many database systems has parsed SQL statements, so that if they are repeated, they save the time for re-parsing.

 

SQL : Simple Examples

 

SQL Database Language Basics

 

Simplest query is :

 

Vim
1
SELECT * FROM this;

 

This Lists all columns, and all rows from the table named this. You can see some examples in RDBMS in Indispensable MySQL queries for custom fields in WordPress.

 

Abhishek-Ghosh
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to SQL Database Language Basics

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • How to Prevent SQL Injection

    SQL injection is the exploitation of a vulnerability related to SQL databases. The vulnerability is usually caused by a programming bug in a program that accesses the database. Due to this programming error, an attacker can inject database commands and, depending on the individual case, read further data from the database, change or delete data […]

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

vpsdime

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Cloud-Powered Play: How Streaming Tech is Reshaping Online GamesSeptember 3, 2025
  • How to Use Transcribed Texts for MarketingAugust 14, 2025
  • nRF7002 DK vs ESP32 – A Technical Comparison for Wireless IoT DesignJune 18, 2025
  • Principles of Non-Invasive Blood Glucose Measurement By Near Infrared (NIR)June 11, 2025
  • Continuous Non-Invasive Blood Glucose Measurements: Present Situation (May 2025)May 23, 2025
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2026 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy