SQL Training: Using SQL in Access 2013
Monday, June 23 2014
The SQL training “Mastering Introductory SQL Made Easy™ v.1.0” discusses SQL in Access 2013. Access 2013 is a RDBMS that creates self-contained databases and provides visual tools to allow users to make relational databases without the need for SQL. As such, there are few places to use SQL in Access.
- Published in Access 2013, Latest, Microsoft, Office 2013, SQL
No Comments
SQL Training: Using the CREATE VIEW Statement in SQL- Structured Query Language for Databases
Tuesday, May 13 2014
Need training for SQL? Click here for the complete video training. About Views A view is a virtual table that is based on the results of a SELECT statement. They are very much like the result set of a query. They always display the most recent data from