Do you speak SQL (pronounce: /??skju?'?l/)? Whether you use mySQL or MS SQL Server, you will need to learn SQL. This popular database language is thought to be first talked about in a 1970 paper about "A Relational Model of Data for Large Shared Data Banks" by Edgar F Codd. If you run a dynamic website but don't have a clue what we are talking about the you are probably already using SQL without knowing it.
The language is used to communicate with the database. It usually consists of database queries. A way of getting information out of a database without having to write a lot of code.
At first having to learn SQL might be daunting, after a while you wil be writing complicated queries like a pro. This guide features some of the articles written by SQL experts of Bright Hub
| Where Can I Find MySQL Coding Examples?
Getting the hang of a query language can be tough, but with our top MySQL tips and examples that are ideal for website development, you should be able to start building your own queries... |
SQL Server 2005 and SQL Server 2008 Encryption
Are your SQL applications truly secure? In this article, the advancements in SQL's ability to encrypt data is discussed. Now native to SQL Server 2005 and 2008, SQL provides... |
| SQL IN Operator: Usage and Examples
Coming across a SQL IN statement should not be anything strange to the SQL developer. Not even the newbies. This is an operator that should be used more often that it usually is. Let... |
What Does the RTRIM Function in SQL Do?
The SQL RTRIM function is a little function with a small name that doesn't seem to have much going for it. That is not exactly the case. As you read on you will begin to understand... |
| Optimize Your SQL Queries by Example
Have you ever looked at other people's code and found it more elegant than yours? Well, you too can have efficient code, with focus on the SQL BETWEEN operator.... |
Use ASP.NET/Visual Web Designer GridView Tool in Relational Database Design
ASP.NET includes several data source Web controls to display and edit data retrieved from a database. Besides these simple controls ASP.NET also includes specialized view controls such... |