SQL
Showing 109–120 of 126 results
StanfordOnline: Databases: OLAP and Recursion
This course is one of five self-paced courses on the topic of Databases, originating as one of Stanford's three inaugural massive open online courses released in the fall of 2011. The original "Databases" courses are now all available on edx.org.
StanfordOnline: Databases: Relational Databases and SQL
This course is one of five self-paced courses on the topic of Databases, originating as one of Stanford's three inaugural massive open online courses released in the fall of 2011. The original "Databases" courses are now all available on edx.org.
StanfordOnline: Databases: Semistructured Data
This course is one of five self-paced courses on the topic of Databases, originating as one of Stanford's three inaugural massive open online courses released in the fall of 2011. The original "Databases" courses are now all available on edx.org.
Time Series Analysis in PostgreSQL
Learn how to use PostgreSQL to handle time series analysis effectively and apply these techniques to real-world data.
Time Series Analysis in SQL Server
Explore ways to work with date and time data in SQL Server for time series analysis
Transactions and Error Handling in PostgreSQL
Ensure data consistency by learning how to use transactions and handle errors in concurrent environments.
Transactions and Error Handling in SQL Server
Learn to write scripts that will catch and handle errors and control for multiple operations happening at once.
Trend Analysis with SQL Server
This course covers trend analysis for SQL server. The topics include learning about SQL queries, linear trend identification, data visualization techniques, seasonal variations, and best practices.
Triggers and Stored Procedures: A Combined Approach
Want to keep your triggers lean and efficient, whilst centralizing your code? This course will teach you how to use stored procedures to enhance and improve your SQL Server triggers.
UMBC, USMx: NoSQL Databases
Build a foundation of the four NoSQL (non-relational) databases: Document-oriented, Key-Value Pair, Column-oriented, and Graph.
UMBC, USMx: Relational Database Design
Learn how to design relational databases, including many popular relational database models. Relational database normal form will also be covered, so your design will conform to industry best practices.
UMBC, USMx: Relational Database Management Systems
Learn how to create and interact with a relational database. The course includes Data Definition Language (DDL) used for database creation and Data Manipulation Language (DML) used for inserting, updating and deleting data in the database.