How can we specify default values in MySQL INSERT statement?
Answers
Answered by
2
If you want to insert a default value into a column, you have two ways: First, ignore both column name and its value in the INSERT statement. Second, specify the column name in the INSERT INTO clause and use the DEFAULT keyword in the VALUES clause.
Answered by
1
Explanation:
Python is a general-purpose coding language—which means that, unlike HTML, CSS, and JavaScript, it can be used for other types of programming and software development besides web development. That includes back end development, software development, data science and writing system scripts among other things.
Similar questions
Social Sciences,
7 months ago
Science,
7 months ago
Business Studies,
7 months ago
Physics,
1 year ago