Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Caredintre următoarele este o instrucțiune DDL?
Care
dintre următoarele este o instrucțiune DDL?
SELECT* FROM clienti;
SELECT
* FROM clienti;
CREATETABLE comenzi (id INT, nume VARCHAR(255));
CREATE
TABLE comenzi (id INT, nume VARCHAR(255));
UPDATEproduse SET pret = pret * 1.1;
UPDATE
produse SET pret = pret * 1.1;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!