Basics - Introduction to SQL & SELECT1 / 10
Data in a relational database is organized in tables, which you can interact with using Structured Query Language, or SQL!
Try typing
Try typing
SELECT * FROM movies; to see the entire movies table.Ctrl+Enter to submit