News

Get up to speed on MySQL basics with this step-by-step tutorial on how to create a database, add a table, and input data into the table.
Creating a new table from query results can help you build a database of your clients, employees, expenses and other business details by allowing you to select certain columns from existing tables.
In Microsoft Access, you can rename or delete a database table or other objects such as forms, reports, and queries. We show you how to do it.
However, it is definitely not a relational database. In order to create a relational database, you need to combine a master spreadsheet with slave spreadsheets or simple tables.
Learn how to add and remove Primary Keys from an Access database table. The primary key's purpose is to promptly associate data from multiple tables and combine that data.
Nick Peers reveals how to create your own simple databases in minutes with no coding or server experience required. It’s open source magic!
The SQLite3 command line interface makes it incredibly easy to create databases, configure tables, delete records and even get status updates on the state of your SQLite database. If you're using ...
Creating and using an SQLite database for data persistence in Android apps. Covers the basics, as well as using foreign keys. Full source included.
If you've been searching for a way to use the table structure in an existing Microsoft Access database in another table, then check out this quick tip. It shows how to copy and customize the table ...
Pivot Tables are the “defined as tables” spreadsheets that the Pivot Table tools use to create custom reports for both flat-file and multi-file (relational) databases.