Yahoo Web Search

Search results

  1. Learn how to use SQL to store, query, and manipulate data in a relational database. This unit covers SQL basics, more complex queries, relational queries, and database modification.

  2. Learn the basics of SQL, a language for accessing and interacting with databases, in this video lesson. See examples, questions, tips and comments from other learners and instructors.

    • 2 min
  3. Learn SQL basics and syntax with interactive examples and exercises. Create, insert, query, aggregate, join, update and delete data in SQLite tables.

  4. Learn for free about math, art, computer programming, economics, physics, chemistry, biology, medicine, finance, history, and more. Khan Academy is a nonprofit with the mission of providing a free, world-class education for anyone, anywhere.

  5. Oct 30, 2014 · SQL is useful for creating and querying relational databases. Learn how to use SQL with this interactive course! Watch the next lesson: https://www.khanacademy.org/computing...

    • 2 min
    • 1.1M
    • Khan Academy Computing
  6. Database wizardry starts here: dive into SQL Documentation and learn how to query, manage, and organize data like a pro.

  7. The next step is to understand how a particular SQL engine is executing a query, and all SQL systems come with a way to ask the engine. In SQLite, you can stick EXPLAIN QUERY PLAN in front of any SQL to see what it's doing behind the scenes.