Search Header Logo
Technology

Technology

Assessment

Presentation

Other

1st - 12th Grade

Hard

Created by

Charan Polury

Used 3+ times

FREE Resource

7 Slides • 0 Questions

1

SQL Script

We will learn SQL From khan academy. Go to https://tinyurl.com/newscript25


Go to the next slide to open the link

Slide image

2

web page not embeddable
New SQL script | Computer programming | Khan Academy

New SQL script | Computer programming | Khan Academy

You can open this webpage in a new tab.

3

Steps if creating a SQL script

  • 1. Think what data you are gonna insert

  • Use the command CREATE TABLE Name (id INTEGER PRIMARY KEY, name TEXT, quantity INTEGER, aisle INTEGER); to create a table

  • Insert data with this command INSERT INTO Name VALUES (1, "Data", 4, 7);

  • To give a comment use --

  • 1 more way to give a comment is /** /**

  • These are all requried

4

Example

Go to the next page and view an example of a SQL script. Click open in new tab.

5

web page not embeddable
TheTechyChips Help | Computer programming | Khan Academy

TheTechyChips Help | Computer programming | Khan Academy

You can open this webpage in a new tab.

6

Get khan academy lessons for free

View the new page to get khan academy SQL lessons.

7

web page not embeddable
Intro to SQL: Querying and managing data | Khan Academy

Intro to SQL: Querying and managing data | Khan Academy

You can open this webpage in a new tab.

SQL Script

We will learn SQL From khan academy. Go to https://tinyurl.com/newscript25


Go to the next slide to open the link

Slide image

Show answer

Auto Play

Slide 1 / 7

SLIDE