Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7577497
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T17:12:01+00:00 2026-05-30T17:12:01+00:00

I have about 6 tables in my MySQL database, like mysql> describe Quiz; +————–+————-+——+—–+———+—————-+

  • 0

I have about 6 tables in my MySQL database, like

mysql> describe Quiz;
+--------------+-------------+------+-----+---------+----------------+
| Field        | Type        | Null | Key | Default | Extra          |
+--------------+-------------+------+-----+---------+----------------+
| quiz_id      | int(11)     | NO   | PRI | NULL    | auto_increment |
| name         | varchar(25) | YES  |     | NULL    |                |
| category     | varchar(20) | YES  |     | NULL    |                |
| is_published | tinyint(1)  | YES  |     | 0       |                |
| open_count   | int(11)     | YES  |     | 0       |                |
| finish_count | int(11)     | YES  |     | 0       |                |
+--------------+-------------+------+-----+---------+----------------+

In all 6 tables, while writing CREATE TABLE ... i didn’t enforce NOT NULL on each attribute(as visible above), but they should be NOT NULL.

Rows will be inserted in these tables using my PHP code. So I can ensure that none of them is NULL, before inserting.

I wanted to know, if there is a possible flaw in enforcing NOT NULL using application code, rather than MySQL?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T17:12:02+00:00Added an answer on May 30, 2026 at 5:12 pm

    Off the top of my head, I can give you two reasons to enforce it in the database in addition to doing it in code.

    • If a bug shows up in your PHP code, your data won’t be corrupt. You’ll notice the bug right away if you just check your return codes from the database.

    • If someone decides to update data manually in the database, they won’t be able to mistakenly leave fields as NULL that your application code can’t cope with.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a MySQL database using MySQL Workbench. It has about 20 tables.
I know about show tables and describe <table_name> commends from mysql, but I'll like
Greetings friends, In my MySQL database, I have 'MAB' table which contains information about
I have two large tables in MySQL, one containing about 6,00,000 records and another
I have a mysql table with about 2,000,000 entries, with a primary key which
I have about 100 tables where all of them have duplicate foreign key constraints
I have a database Student which contains about 20 tables. one of the tables
I have about 28 million records to import into a mySql database. The record
I have a MySQL database with tables for Items and for Stores , and
In my MySQL database I have two tables: 'orders' and 'orders_lines'. Orders contains info

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.