Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
What are ENUMs used for in MySQL?
6
like
0
dislike
Hello
What are ENUMs used for in MySQL?
please reply me. i am waiting for your reply.
Thanx
asked
1 year
ago
by
eagles11
(
179,830
points)
mysql
tables
1 Answer
1
like
0
dislike
Best answer
You can limit the possible values that go into the table. CREATE TABLE months (month ENUM ‘January’, ‘February’, ‘March’,…); INSERT months VALUES (’April’);
answered
1 year
ago
by
DBA-boss
(
120,990
points)
Related questions
3
like
0
dislike
1
answer
What are the different tables present in MySQL?
asked
1 year
ago
by
daneim
(
127,080
points)
mysql
different
tables
4
like
0
dislike
1
answer
What does MySQL modify in my newly created tables?
asked
1 year
ago
by
eagles11
(
179,830
points)
mysql
database
tables
8
like
0
dislike
1
answer
check for NULL value in MySql query
asked
1 year
ago
by
eagle09
(
95,490
points)
mysql
database
sql
php
question
4
like
0
dislike
1
answer
How do you concatenate strings in MySQL?
asked
1 year
ago
by
eagles11
(
179,830
points)
mysql
sql
6
like
0
dislike
1
answer
How do you get the number of rows affected by query in SQL mysql?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
rows
affected
query
sql
mysql