Engineering and Technology
Relational databases are a powerful tool used throughout the industry. Learn the basics of SQL and how to connect your Python code to a relational database.
In the course Intro to Relational Databases on Udacity, you will learn about the fundamentals of relational databases and how they allow you to structure data into tables. You will also understand the significance of unique keys and relationships between tables. Additionally, you will gain knowledge of SQL, the widely used Structured Query Language, and its select and insert statements for reading and writing data. Furthermore, you will explore the operators and syntax available to efficiently scan and join tables. The course also covers accessing relational databases from Python code using the Python DB-API and running a Python web application with a database on a virtual machine. You will also learn about common security pitfalls in database applications, including the famous Bobby Tables. Lastly, you will delve deeper into SQL by learning how to design and create new databases, understand normalized design for writing effective code, and utilize SQL join operators to connect data from different tables seamlessly.
by Udacity
Relational databases are a powerful tool used throughout the industry. Learn the basics of SQL and h...
by Udacity
Learn to design and develop powerful modern web applications that form the foundation for the apps,...
by Udacity
Learn to design data models, build data warehouses and data lakes, automate data pipelines, and mana...
by Udacity
This course presents an example of applying a database application development methodology to a majo...
by Udacity
Master job-ready Azure skills like designing data models and utilizing other in-demand components of...
by Udacity
Learn how to identify small data and the basics of how to apply transfer learning and synthetic data...
by Udacity
Learn how to model problems, and how to optimize performance by using some of the advanced features...
by Udacity
Software Development Processes explores requirements engineering, architecture and design, testing,...
by Udacity
Learn the basics of deep learning and implement your own deep neural networks with PyTorch
by Udacity
Learn how to perform asynchronous requests as you build a web app with data from Google Street View,...