Answer:
C) Exit all programs and shut down the compute
Explanation:
There are some function which can be performed with database but not with a spread sheet, these functions include:
1. Enforcement of data type.
2. Support for self documentation.
3. Defining the relationship among constraints in order to ensure consistency of data.
Answer:
a. grep 'b[au]nk$' myLine
Explanation:
grep is a command used for searching a specified pattern in a given text.
Our goal is to match the character sequence - bank or bunk at the end of line in a given line referenced by myLine.
The regular expression for the specified match criterion is:
b[au]nk$
The second character can be either a or u.
$ indicates match at end of line.
So the overall grep command is :
grep 'b[au]nk$' myLine
Answer:
A.Big,Rectangular
Explanation:
mile markers are sign on high ways they are green signs they are big and rectangular shape
Ryan should apply a filter/criteria on the Courses column and view all the courses that show Sociology