Answer:B. Are used to create, organize, and manage databases
Explanation: Database management system (DBMS) is a computer software which is used to collect, analyse or evaluate and retrieve data from a database. It is essential to the flow of businesses or other activities of an organisation.
Examples of database management system softwares MICROSOFT ACCESS,FOXPRO,ORACLE etc all this are effective as it helps to manipulate the data structure,field names,the file formats etc.
Answer:
Hypertext Markup Language (is also known as html) is the standard markup language for creating web pages and web applications.
Answer:
run the code to see where the error is
Explanation:
String answer = new String( "" );
do
{
System.out.println( "Question? " );
}
while( answer.length > 0 )