SQL Overview

SQL Overview

SQL Overview, SQL Environment Setup, Subsets of SQL, SQL Syntax, Data Types, Operators, Functions, SQL SELECT, SQL Joins, and SQL Statements, SQL Overview SQL Overview, SQL (Structured Query Language) is a standard language for accessing databases. All Relational Database Management Systems like MS Access, MS SQL Server, Oracle, Sybase, MySQL, DB2 use SQL as standard … Read more

SQL Online Test

SQL Online Practice Test 1) SQL (Structured Query Language) was initially developed at…… a) Micro Soft b) Oracle c) IBM d) HP 2) SQL is not used for…… a) Create New Databases b) Create New Tables in a Database c) Join Tables to Retrieve data d) Join Databases 3) Which is not a subset of … Read more

SQL Tutorial 3: SQL Environment Setup

SQL Tutorial 3: SQL Environment Setup SQL (Structured Query Language) is used to communicate with a database, it is the standard language for relational database management systems. Database Engine is required to use/practice SQL Commands / Queries, we can use any Database Engine either Oracle or MySQL or MS SQL Server etc… MS SQL Server: … Read more