Menu
SQL (Structured Query Language)

Common Features of NoSQL
Four core features of NoSQL apply to most NoSQL databases: a schema isn't required, no relationships between records, cheap off-the-shelf servers can be used, database can be distributed accoss servers. More ...

Working With Numbers in PHP
One of the most important things to consider in using arithmetic operators is operator precedence, that is, the order in which the operations are performed. More ...

Build Relational Databases in Seven Steps
Many web applications revolve around a relational database. So to create a good application design, you should always create a good database design. Database design is a step-by-step process. More ...

Language Integrated Queries (LINQ) and Visual Basic
LINQ is a better version of SQL - it is a part of ADO.NET and is integrated with VB.NET. LINQ now has the long missing option of using Visual Basic functionality in the data selection process. More ...

A Free Windows Graphical Interface to MySQL
In my previous article "Gettting Started With MySQL Database" we installed MySQL on Windows and worked with it using MySQL monitor in a DOS window. In this article, rather than work with a DOS window, we will use a free Windows Graphical Interface to MySQL. More ...

Learn SQL and Create a Database With Only Your Web Browser
WebSQL is an API built-in to Google's Chrome web browser that allows you to use JavaScript to create and manage SQL databases. It's mind-boggling to me that you can create and manage an SQL database with nothing more than your web browser. More ...

Database Management Basics - What You Need to Know
When they start throwing terms around like schema, SQL, transaction processing or relational design, wouldn't you like to understand what they're talking about? More ...

Introduction to SQL Database Design
A Database is the storage of data in what are called tables. Without knowing what kind of data you are planning on storing, you will not know how to create the tables. More ...

Gettting Started With MySQL Database
MySQL is a powerful relational database management system. The fact that MySQL is used by many major organizations such as Yahoo, NASA and the U.S. Census Bureau proves that it can outperform the big name database management systems. More ...

SQL 2012 Data Tools
Data Tools (SSDT) is a tool set designed for use by Microsoft with SQL Server and SQL Azure to facilitate database design. Features include business intelligence (BI) tools, rapid data discovery, and data warehousing, among others. More ...


Learn more at amazon.com

Custom Search