What is Linux/GNU and/or Ubuntu?
The word/title that is shared between the three schools that make up SoCal schools.
The staff position of John Olinger, the manager/boss of the SoCal schools Tech Team (STT)
What is Director of IT?
The variable type used to denote conditional logic of TRUE/FALSE.
What is Boolean?
RDBMS stands for. MySQL is an example
What is Relational Database Management System?
The name of the Core Worker linux user used as collaborative user to execute and house our code.
What is devops?
What is M.O.U?
What is order fulfillment?
An unordered data type that does not allow for duplicate values. Often used in statistics and combinations/permutations.
What is a set?
The default type of relational JOIN. What happens by default when the FROM statement only has 'JOIN' as it's syntax/code.
What is an inner join?
notation for the core worker that was first created, used as testing and not currently considered "production"
The school within the socal schools that allows out of state employees.
What is PCA?
What AD stands for in Azure AD
Active Directory
An unmuttable(unchangeable) data type that allows for a various group of variables/data within it's core structure.
What is a tuple?
GROUP BY is a MySQL keyword that is often used to dedup data. GROUP BY works by working with these types of functions within the SELECT segment of a query.
What is an aggregate function?
the name of the core set of code that exists solely to control overall automation control and logging within a part of a Git Repo
What is Automation Interface?
SOMETHING ABOUT CHARTER SCHOOLS
SOMETHING ABOUT CHARTER SCHOOLS
Name or abbreviation of system developed and executed by Tech Team, which involves collaboration within departments and returning tech devices to their correct offices/locations.
What is RMS / Return Management System?
The data set/type and it's python specific term. Example below (example variable):
example = [x for x in range(10)]
What is list comprehension?
The "lightweight" version of MySQL is normally referred to as.
What is MariaDB?
STT DevOps interfaces & classes/objects have two forms: ______ (Driven) and "Data Driven"
What is behavioral?
Who is the only staff member who is truly employed as two separate rows within a database, duplicated within separate ids.
Who is Erika Vanderspek?
Biggest Trickster? or actually hard?
Biggest Trickster? or actually hard?
What "@example" corresponds to in code within:
`@example
class example_class:
def __init__(self):
...
...`
What is Dataclass?
If you set a primary-foreign key relationship within a RDBMS Table Schema, you are applying a custom one of these.
What is a constraint?