Role Of Information
SQL
Databases
Data Organization
Rules Of The Classroom
100

______________ is a critical asset for businesses

Information

100

What does SQL stand for?

Structured Query Language

100

What is a database?

Structured collection of data, organized into tables

100

What does it mean to have "structured data?"

Organizing data into tables, which consist of rows and columns

100

Are cellphones allowed?

No

200

What type of Information System deals with recording and processing daily business transactions?

Transaction Processing Systems

200

Does SQL understand spaces?

No, it does not. We use underscores (i.e. First_Name) to dictate where spaces should be.

200

Rows are otherwise known as:

Records

200

True or False: we can use Python scripts to clean our database

True!!

200

How do we properly leave the classroom?

Shut down computer, push in chair

300

What manages and processes data to provide meaningful information?

Information Systems

300

What is wrong with this command?

SELECT First_Name
FROM Employees
WHERE First_Name = John;

You need quotes on John

300

Columns are otherwise known as:

Attribute or Field

300

Why do people like using Google Sheets and Microsoft Excel?

User-friendly interface

300

If I go to the bathroom without letting Mr. Roessler know, and show up like 10 minutes late, and he marks me tardy...who is in the wrong?

YOU ARE, BUSTER!!

400

Of all the challenges and considerations when implementing a Information System, which is by far the hardest?

Training and User Adoption

400

What's wrong with this command?

SELECT *
FROM Employees
WHERE First_Name ('Emily', 'Robert');

IN is missing

400

Is web scraping illegal? Is it shady?

It is totally legal, however it's a bit sus

400

What enables us to write queries to retrieve data from one or more tables?

SQL

400

Where did Mr. Roessler go to college?

UMHB

500

What are the five components of an Information System?

Hardware, Software, Data, Procedures, and People

500

What is the most powerful command (per the context of this class) that SQL has?

JOIN

500

List as many methods of data collection as you can

Surveys / Questionnaires

Interviews / Focus Groups

Observations / Field Studies

Web Scraping

Sensor Data Collection

Social Media Monitoring

500

What's the difference between data manipulation and data definition?

Manipulation allows us to insert, update, and delete data


Definition allows us to define structure, constraints, and managing indexes

500

What is the Technology Code Of Conduct and where can I find it?

The Technology Code Of Conduct is a list of rules regarding using technology here at Lometa ISD. It can be found on the Lometa website.

M
e
n
u