Answer:
Lists.
Explanation:
A relational database stores data in the form of lists.
The IF statement is a decision-making statement that guides a program to make decisions based on specified criteria. The IF statement executes one set of code if a specified condition is met (TRUE) or another set of code evaluates to FALSE.
Answer: Console-Based
Explanation:
A console based application is an application that helps in facilitating the reading and the writing of the characters from a console.
It is vital in the provision of a simple user interface for the applications that requires little interaction. Since the application accepts input and displays a response to the user and cannot create a graphical interface for this application, then it's a console based application.