Q.1.
How many tables may be included with a join?
Q.2.
The SQL ALTER statement can be used to?
Q.3.
With SQL, how do you select a column named "FirstName" from a table named "Persons"?
Q.4.
The command to remove rows from a table 'CUSTOMER' is
Q.5.
We add data to PostgreSQL by using which statement?
Q.6.
Which of the following is not a type of backup?
Q.7.
A named collection of tables is called what in PostgreSQL?
Q.8.
If you don’t specify ASC or DESC, PostgreSQL will assume you want to see results:
Q.9.
Unless you specify NOT NULL, PostgreSQL will assume that a column is:
Q.10.
Which of the following tasks can be performed with the tool NTDS Audit?
Q.11.
The condition to check against a list of values is?
Q.12.
What is one mistake network administrators often make from a security perspective? (choose the best answer per the lecture)
Q.13.
Ultimately, who should be responsible for security in an organization?
Q.14.
What is the term for technology that restricts access to networks or services based upon the user's geographical location? (e.g. 'Only people located in Canada are allowed to connect to our VPN')
Q.15.
The PostgreSQL keyword BETWEEN is used:
Q.16.
In SELECT statement querying a single table, the asterisk (*) means that:
Q.17.
The SQL WHERE clause:
Q.18.
Your company works in the medical industry and sales people have access to confidential medical records located in spreadsheets on their laptops. What is the most important strategy to limit your company risk from a laptop getting (physically) stolen?
Q.19.
True or False: When configuring secure password policies, it is important to set a minimum password age. (e.g. 1 day)
Q.20.
Metasploit is an exploitation tool that has multiple user interfaces. Which of the options below is a valid user interfaces for Metasploit?