on new.
and a drive etc.
the F drive. database name whatever. I did not use stu.
I had a problem and I ended up setting up the database with the name whatever. Then I decided to name the table stu. So I have the table stu in the database whatever.
table I named stu.
decimal numbers.
I will change this to a number and an integer.
Now I can add data.
Design.
query layout or I can double click on the fields.
A query lets you look at the data in a specified way A query lets you look at the data in a specified way. I specified that I only wanted to see these 4columns. view.
view. The results of the query.
quotes.
This shows only records where the major contains CI.
the query makes.
for a name for the query. I called it oneCI. Note also I could write ="CI" but if I do not put = it is assumed.
I am seeing records where major is CI AND credits > 12.
Now I am doing a new query where I am going to use an OR Now I am doing a new query where I am going to use an OR. These are the results, you will see the query in a minute.
The query is that I want the major to be CI OR the num_crs to be > 3. Either of these will result in the record being displayed. the or line.
The non CI major has num_crs > 3.
I am going to sort by stuname in ascending order.
> 10.
the or line.
to better test my results.
Everyone is a CI major and where the gpa is not > 3 Everyone is a CI major and where the gpa is not > 3.5 then the credits are > 10.
I have taken out the CI on the OR line so now I have major CI and gpa > 3.5 or just credits > 10.
this.
Homework.