Answer:
• a break element is used to break a while loop in python.
• the <p></p> element is the paragraph element in html. For example a note could be <em><p>This paragraph is important.</p> </em>When highlighting something important, use the <em>strong </em>tag or <em>mark</em> tag.
<em>• </em>the <hr> function can be used to separate a title from multiple columns or paragraphs to give a more bootstrap(probably 3 or 4) look.
• the body element is extremely important in HTML because if you don't have a body, you can't write working code-lines.
Avoid- Failing to do certain things to eliminate the possibility of risks.
Transfer-<span>Moving the risk to another party or organization
that is ready to share the risk financially
or otherwise.
Accept-</span><span>Considering the negative impact involved in a
project and carrying it out in spite of the risks.
</span>Mitigate-<span>Lowering the level of risks by making changes
in your plan.</span>
Delete it. Also defragmentation may be an option if your computer is running slow.
Answer:
A query in a database is a request for information stored within a database management system (DBMS), which is the software program that maintains data.
SQL(Structured Query Language ( is a standard language for storing, manipulating, and retrieving data in database.
Five types of SQL queries are:
1) Data Definition Language (DDL).
used to define and modify the structure of a database.
2) Data Manipulation Language (DML).
used to manipulate (change) the data in the database.
3) Data Control Language(DCL).
used for access control and permission management for users in the database.
4) Transaction Control Language(TCL).
used for maintaining consistency of the database and for the management of transactions made by the DML commands.
5) Data Query Language (DQL).
used for performing queries on the data within schema objects.