Famous Sequels (SQL)
Where my Database?
It's Slide time (Group Presentation from week 3 and 4)
What's under the hood (HTML & CSS)
Ghosts in the Machines (UI Automation)
200

This part of SQL is like the dialects in the English Language.

What is SQL Dialect?

200

This database design reduces data redundancy and allows it to fit in with the crowd

What is normalization?

200

UiPath activity that can find specific strings or patterns

What is Regular Expression?

200

These are the foundations blocks for building web design

What is HTML Elements?

200

This is the default output method

What is full text?

400

This SQL Sublanguage is used for creating databases, tables, and defining out database structure

What is DDL?

400

This is the visual representation of the relationships of entity sets within a data base.

What is ER diagrams?

400
It a code that activities when a certain command is used and may come with a warning

What is a trigger?

400

A represntation of your HTML document that looks like a tree 

What is DOM?
400

In UI Automation this is the scope we set our eyes or browser on

What is container? 

600

This SQL Sublanguage gives different levels of clearance to different users (once they pass a BGC). 

What is DCL?

600

This Key likes to consider itself the unique one (especially when it comes to rows)

What is the Primary Key?
600

These are used to perform various administrative activities in the SQL server


What is System stored procedures?


600

These are elements that describe their meaning in a way that even we humans can read


What are Semantic elements?


600

A Selector without this is gonna have a hard time getting a catch

What is an Anchor

800

This SQL Sublanguage uses the commands Commit, Savepoint, and Rollback 

What is TCL?

800

This keeps data in line while in its columns

What is Constraints

800

 Atomicity, Consistency, Isolation, Durability



What is ACID?

800

The CSS Box model is build on this order

What is Marign, Border Padding, and Content?

800

This input method won't just sit there quietly in the background

What is Hardware Event?

1000

When attempting to display records from the employee table, this command will be used

What is Select * from Employee?


1000
When it comes to joins, this joint doesn't follow the rule that opposites attract. 

What is SQL INNER JOIN?

1000
It's code that can perform a task and return one or more values 

What is a function?

1000

It's in charge of maintaning the living standards for HTML

What is Web Hypertext Application Technology Working Group  or WHATWG for short?

1000

This Selector has all it needs to identify the element

What is Full Selector