English MySQL Terminology Glossary (Part 1 & 2)
This article presents a comprehensive English glossary of MySQL terminology, translating Chinese explanations of commands, data types, constraints, and control structures into clear English definitions for developers and database learners.
This article presents a comprehensive English glossary of MySQL terminology, translating Chinese explanations of commands, data types, constraints, and control structures into clear English definitions for developers and database learners.
Term
English Definition
sqlStructured Query Language, a special‑purpose programming language for querying and managing relational databases.
hostHost (server address).
userUser name.
passwordPassword.
data
Data.
database
Database.
table
Table.
column
Column.
field
Column (alias).
row
Row.
port
Port number.
quit
Quit, exit.
exit
Exit.
charset
Character set / encoding.
collate
Collation rule.
collation
Collation rule.
delimiter
Delimiter.
create
Create.
drop
Drop, discard, stop.
exists
Exists.
int
Integer type.
tinyint
Tiny integer type.
smallint
Small integer type.
mediumnint
Medium integer type.
biging
Big integer type.
unsigned
Unsigned.
zerofillZero‑fill (pad with zeros).
float
Single‑precision floating‑point type.
double
Double‑precision floating‑point type.
decimal
Decimal (fixed‑point) type.
numeric
Numeric type.
fixed
Fixed type.
char
Fixed‑length character type.
varchar
Variable‑length character type.
binary
Binary type.
enum
Enumeration type.
set
Set (multiple‑choice) type.
bit
Bit type.
primary key
Primary key.
unique key
Unique key.
auto_incrementAuto‑increment.
default
Default value.
comment
Comment / description.
index
Index.
key
Index (alias).
foreign key
Foreign key.
fulltext key
Full‑text index.
constraint
Constraint.
engineStorage engine.
alterAlter (modify).
showShow.
describeDescribe.
renameRename.
viewView.
insertInsert.
value
Value.
replaceReplace.
selectSelect.
loadLoad.
deleteDelete.
fromFrom (source).
orderOrder.
limitLimit.
truncate
(no definition provided).
queryQuery.
distinctDistinct.
whereWhere (condition).
groupGroup.
asAs (alias).
inIn (within).
likeLike (pattern matching).
countCount (quantity).
avgAverage.
maxMaximum.
minMinimum.
sumSum.
ascAscending order.
descDescending order.
joinJoin.
innerInner.
crossCross.
left
Left.
right
Right.
outerOuter.
in
In (within).
any
Any one.
all
All.
some
Some (part).
union
Union.
identify
Identify.
grant
Grant.
revoke
Revoke, cancel.
privilege
Privilege.
start
Start.
transaction
Transaction.
autocommit
Auto‑commit.
begin
Begin.
end
End.
commit
Commit.
rollback
Rollback.
Term
English Definition
case
Case (conditional).
loop
Loop.
while
While (condition).
repeat
Repeat.
leave
Leave (exit loop).
declare
Declare.
call
Call (procedure).
procedure
Stored procedure.
trigger
Trigger.
php中文网 Courses
php中文网's platform for the latest courses and technical articles, helping PHP learners advance quickly.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.