Loading…
Transcript

Computer Class

May 3rd, 2019

Go to the Mrs. Milnes folder for your Bell Ringer!

Toggle Filter!

Today we are going to be learning how to use the toggle filter!

Computer One

Note: You can find this drop-down menu on the home tab, number group.

What does it look like?

Dates in Excel are actually stored as numbers!

Let's Look

SQL-Inserting Data

Computer Two

Today we are going to be learning how to insert data into a table!

Can you guess the command?

Let's take a look...

INSERT INTO {table name}

VALUES (value1,value2,value3)

What's the code??

NOTE: you have to either include data for ALL fields OR specify which fields you are adding data to.