Skip to Main Content
UCLA Logo Institute for Digital Research and Education

SQL

Introduction to Databases pt.1

Databases are central tools for organizing research. In addition to storing data, databases allow for data to be quantified in meaningful ways. The process of creating a database can also…

Introduction to SQL

SQL is a standard language designed to query and extract data from tables stored in a database.  In this short class, you will learn how to store, query, and manipulate…

Using SQL with Python for Data Analysis

SQL is a standard language designed to query and extract data from tables stored in a database.  Python, on the other hand, has well-known libraries specially designed for data analysis…