answersLogoWhite

0

This is default 0000-00-00 00:00:00 value when we create a timestamp field in mysql database.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What type of job does data modeling?

One type of job that does data modeling involves web design and creating MySQL databases. To create a MySQL database one must have knowledge in data modeling.


What is the shortcut command to quit MySQL?

To quit MySQL, you can use the shortcut command exit; or quit;. Simply type either command in the MySQL prompt and press Enter. This will terminate your MySQL session and return you to the command line.


What type of database is used in Friendster?

MYSQL database


What is a timestamp?

In technology and computers, a timestamp is a string (or other specific data type that records dates) that has a value of the computer's internal time / date. This is often used in database systems, when a user posts a comment - or even when a user has joined a forum or wiki.


How many data types supported by MySQL?

Data types supported by MySQL are date and time data, numeric data, and byte data. Spatial data is another type supported by MySQL which includes the use of spatial extensions.


How do you type in numbers in a chart in Excel?

That depends on what you mean. You can type numbers into the titles. You can type numbers into a text box that you create yourself. You can show the values for what is on the chart by adding Data Labels in the Chart Options.That depends on what you mean. You can type numbers into the titles. You can type numbers into a text box that you create yourself. You can show the values for what is on the chart by adding Data Labels in the Chart Options.That depends on what you mean. You can type numbers into the titles. You can type numbers into a text box that you create yourself. You can show the values for what is on the chart by adding Data Labels in the Chart Options.That depends on what you mean. You can type numbers into the titles. You can type numbers into a text box that you create yourself. You can show the values for what is on the chart by adding Data Labels in the Chart Options.That depends on what you mean. You can type numbers into the titles. You can type numbers into a text box that you create yourself. You can show the values for what is on the chart by adding Data Labels in the Chart Options.That depends on what you mean. You can type numbers into the titles. You can type numbers into a text box that you create yourself. You can show the values for what is on the chart by adding Data Labels in the Chart Options.That depends on what you mean. You can type numbers into the titles. You can type numbers into a text box that you create yourself. You can show the values for what is on the chart by adding Data Labels in the Chart Options.That depends on what you mean. You can type numbers into the titles. You can type numbers into a text box that you create yourself. You can show the values for what is on the chart by adding Data Labels in the Chart Options.That depends on what you mean. You can type numbers into the titles. You can type numbers into a text box that you create yourself. You can show the values for what is on the chart by adding Data Labels in the Chart Options.That depends on what you mean. You can type numbers into the titles. You can type numbers into a text box that you create yourself. You can show the values for what is on the chart by adding Data Labels in the Chart Options.That depends on what you mean. You can type numbers into the titles. You can type numbers into a text box that you create yourself. You can show the values for what is on the chart by adding Data Labels in the Chart Options.


What are the hardware requirements for MySQL 4.0?

There are no specific requirements for MySQL. It has been known to run in as little as 32 MB of RAM. The requirements will vary depending on what type of environment you want to use it in.


What are good Mysql Php sites?

Mysql PHP is a programming language that is supposed to help with finding specific information in a database. ScriptBase is one of the leading developers and producers of this type of software.


What is the difference between text and varchar in mysql?

That is text where we put only character type value and that is varchar where we put all data type value


What type of server manages informational queries from programs like oracle mysql or microsoft sql 2000?

Database Server


How can you rename Database name in MySQL?

In MySQL, there is a special command for it: RENAME DATABASE x TO y However, if you are using MySQL version older than 5.1, you can't use this command. This command is only available for MySQL versions >= 5.1 See how to do it at the Related Links bellow!


How do you post the data from an input type checkbox in a form to MySQL tables using PHP?

using the post command.$_POST['checkboxname'];