Warning: Creating default object from empty value in /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 4991
Warning: Creating default object from empty value in /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 4993
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:4991) in /www/htdocs/v030397/mysql-qotd/wp-includes/feed-rss2-comments.php on line 8 Comments on: Question 28: Which of the statements below are true?
http://mysql-qotd.casperia.net/archives/237
mysql 5.0/5.1 questions for learning purposesFri, 06 Aug 2010 16:56:36 +0000http://wordpress.org/?v=abchourly1By: urs
http://mysql-qotd.casperia.net/archives/237/comment-page-1#comment-34
ursWed, 24 Feb 2010 15:04:40 +0000http://mysql-qotd.casperia.net/?p=237#comment-34<b>
Answers:
a c
In general, you can only add a constraint to a table, if the existing data does not violate the constraint. However, with the IGNORE option, any duplicates will be removed while adding primary or unique keys (very useful!).
</b>
Answers:
a c
In general, you can only add a constraint to a table, if the existing data does not violate the constraint. However, with the IGNORE option, any duplicates will be removed while adding primary or unique keys (very useful!).