The place where Shreya will find these options is option b: Design tab, Merge group.
<h3>What is the Design tab?</h3>
The Design tab is known to be one that is made up of table formatting, cell as well as the table borders.
It is one that has the features of arranging the table on the page, as well as the size of the table.
Hence, The place where Shreya will find these options is option b: Design tab, Merge group.
Learn more about Design tab from
brainly.com/question/2501083
#SPJ1
Answer:
C. Object Oriented
Explanation:
In Object Oriented approach to development of information systems, processes and data are handled independently and could be tested as separate modules before the actual development begin.
Hope this helps!
Answer:
<em>SQL Query</em>
///////////////////////////////////////////////////////////////////////////////////////////////////
select Genre_Name, Number_Purchased from Genre
INNER JOIN Tracks on Genre.Genre_Name = Tracks.Genre_Name
WHERE Number_Purchased >= 10 AND Tracks.price >= 1
ORDER BY Number_Purchased ASC;
Explanation:
First off, I selected the required columns from <em>Genre</em> Table.
Then I inner joined <em>Genre</em> table with <em>Tracks</em> table, to get the <em>price</em> of tracks of the corresponding Genres.
Then the required Where conditions are written, which includes one from the <em>Tracks</em> table.
Finally, the Order by statement is written by <em>Number_Purchased</em> column in ascending (ASC) order.
Answer:
C and D
Explanation:
Your company should have a written security policy, and all employees should have access to the policy, even if they're casual workers.
Also, Training on computer security should be provided for all staff members as a prerequisite to start work.