Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

Raport

La lucrarea de laborator nr.3


La baze de date
Tema:MySQL

A elaborat: st.gr.C-162,Gangan Eugeniu

A verificat:lector universitar Focsa Petru

2017
CREATE DATABASE: Creating a Database

CREATE TABLE: Creating a Table


DROP TABLE: Delete a Table

ALTER TABLE: Modify a Table


Add a Column

Remove a Column
Modify a Column

INSERT: Add Data to a Table

SELECT: Read Data from a Table


WHERE Clause

Other comparison conditions

AND and OR
IN()

LIKE

LIMIT ... OFFSET ...


UPDATE: Update Data in a Table

DELETE: Delete Data from a Table

GROUP BY: Grouping Data


COUNT(*): Counting rows

Grouping Everything
MIN(), MAX() and AVG()

HAVING: Conditions on Hidden Fields

You might also like