Tag Archives: SQL

Yahoo YQL Web Service JSON Primer Tutorial

Here is a tutorial that introduces you to the Yahoo Web Services called YQL. The name is the way it is because it simplified the API aspects of its functionality for the developer to concentrate on SQL, and I’m really … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , | 1 Comment

OpenOffice MySql Import Data Migration Primer Tutorial

Here is a tutorial that shows you some database functionality of a great suite of office automation programs called OpenOffice, by Apache Software Foundation. OpenOffice has functionality like the Microsoft Office suite of programs, bringing the user a lot of … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials | Tagged , , , , , , , , , , , | 1 Comment

Sql Server Stored Procedure Primer Tutorial

Today’s tutorial, which builds on the SQL Server Primer Tutorial, uses Microsoft’s great Sql Server Management Studio to oversee the results of some T-SQL code calls to create tables called POINT and CIRCLE used to store information defining a circle, … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , , , , , | Leave a comment

MySql Stored Procedures Primer Tutorial

Today’s tutorial follows up on phpMyAdmin interface to MySql and PHP Primer Tutorial in that we again use the brilliant phpMyAdmin to oversee the results of some PHP code which uses MySql calls to create tables called POINT and CIRCLE … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , , , , | 1 Comment

More Toad Interface to Oracle Install to Stored Procedure Tutorial

Is there anything as good as the way phpMyAdmin interfaces to MySql available in Oracle? Yes, so please read on. In today’s tutorial we continue the discovery of functionality of the Toad interface to Oracle that we started back at … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , , , | 1 Comment

Oracle Install PL/SQL Primer Tutorial

Oracle databases are great in design and in their range of software tools. The SQL is great and their command line tool SQL*Plus makes the creation of procedures around a job, especially reporting type jobs, very easy. Oracle SQL Developer … Continue reading

Posted in Database, eLearning, Installers, Operating System, Software, Tutorials | Tagged , , , , , , | Leave a comment

MySql CSV Import Primer Tutorial

MySql is a brilliant database especially when it teams up with its partner in Web integration … PHP. It also is very friendly with CSV (comma separated values) files, and, like a lot of other database engines integrates CSV import … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials | Tagged , , , , , , , | Leave a comment

SQL Server CSV Import Primer Tutorial

Welcome to the SQL Server CSV Import Primer Tutorial. Microsoft SQL Server is a relational database management system developed by Microsoft. As a database, it is a software product whose primary function is to store and retrieve data as requested … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials | Tagged , , , , , , , , | 1 Comment