In SharePoint 2013 Online, an app that keeps the files from being misplaced or lost is the ________
Fill in the blank(s) with correct word
document library
Computer Science & Information Technology
You might also like to view...
Which statement will display those employees who have a job title that contains the string 'JEF' and earn $10,000 or more?
A) SELECT employee_id, last_name, job_id, salary FROM employees WHERE salary >= 10000 AND job_id LIKE '%JEF%'; B) SELECT employee_id, last_name, job_id, salary FROM employees WHERE salary >= 10000 OR job_id LIKE '%JEF%'; C) Either statement displays the desired output. D) Neither statement displays the desired output.
Computer Science & Information Technology
Which of the following is an illegal Windows file name?
a.hello.goodbye.hello.txt b.homework 11-04-17 .docx c.homework:ch_03 .xlsx d.make_my_day.bmp
Computer Science & Information Technology