Computer Science, asked by IronKillerMPG, 10 months ago

What do you mean by query with respect to data base system

Table which is created but never used.

The element which describes the architecture of DBMS

Command that is used to interact with database

None of these​

Answers

Answered by mayajakhar79
5

Answer:

&lt;!DOCTYPE html&gt;</p><p></p><p>&lt;html&gt;</p><p></p><p>&lt;head&gt;</p><p></p><p>&lt;title&gt;SVG Text Animation&lt;/title&gt;</p><p></p><p>&lt;style&gt;</p><p></p><p>body{</p><p></p><p>margin:0;</p><p></p><p>padding:0;</p><p></p><p>background-color:#444;</p><p></p><p>}</p><p></p><p>.a{</p><p></p><p>stroke-dasharray: 2000;</p><p></p><p>stroke-dashoffset: 0;</p><p></p><p>animation: dash 20s linear;</p><p></p><p>text-shadow:0px 0px 20px red;</p><p></p><p>}</p><p></p><p>@keyframes dash{</p><p></p><p>from{stroke-dashoffset: 2000;}</p><p></p><p>to{stroke-dashoffset: 0;}</p><p></p><p>0%{fill: none;}</p><p></p><p>30%{fill:lime ;}</p><p></p><p>from{stroke: gold}</p><p></p><p>to{stroke: ;}</p><p></p><p>}</p><p></p><p>&lt;/style&gt;</p><p></p><p>&lt;/head&gt;</p><p></p><p>&lt;body&gt;</p><p></p><p>&lt;svg width="100%" height="500" &gt;</p><p></p><p>&lt;text class="a" x="5px" y="200"</p><p></p><p>style=" font-size: 60;</p><p></p><p>stroke:#f00;</p><p></p><p>fill: #pink;</p><p></p><p>"&gt;</p><p></p><p>Answer</p><p></p><p>&lt;/text&gt;</p><p></p><p>&lt;/svg&gt;</p><p></p><p>&lt;/body&gt;</p><p></p><p>&lt;/html&gt;

A query is a request for data or information from a database table or combination of tables. This data may be generated as results returned by Structured Query Language (SQL) or as pictorials, graphs or complex results, e.g., trend analyses from data-mining tools.

Answered by zai908494
2

Answer:

Explanation:

Components of Database Management System: Software. Although the most readily identified software is the DBMS itself, to make the database system function fully, three types of software are needed: operating system software, DBMS software, and application programs and utilities.

Similar questions