MySQL
 Computer >> Computer tutorials >  >> Programming >> MySQL
  1. How can we assign FOREIGN KEY constraint on multiple columns?

  2. How can we emulate CHECK CONSTRAINT by using triggers?

  3. What happens when MySQL encounters an out-of-range date?

  4. What is the usage of ZEROFILL for INT datatype?

  5. How can we remove FOREIGN KEY constraint from a column of an existing MySQL table?

  6. How to disable MySQL foreign key checks and what are the benefits ofdisabling it?

  7. What are the different ways to maintain data integrity in child table when the record is deleted in parent table?

  8. What is the difference between CHAR and NCHAR in MySQL?

  9. What is the difference between CHAR and VARCHAR in MySQL?

  10. What should one use CHAR data type or VARCHAR data type in MySQL?

  11. What is the difference between MySQL PRIMARY KEY and UNIQUE constraint?

  12. In MySQL, when VARCHAR data type will use 1-byte and when 2-bytes prefix length along with data?length along with data?

  13. How can I see the constraints which are applied to a table stored in the database I am currently using?

  14. How can we set PRIMARY KEY on multiple columns of an existing MySQL table?

  15. How can we remove composite PRIMARY KEY constraint applied on multiple columns of an existing MySQL table?

  16. What do you mean by FOREIGN KEY and how can we use it in MySQL table?

  17. How can we add a FOREIGN KEY constraint to the field of an existing MySQL table?

  18. How can we add FOREIGN KEY constraints to more than one fields of a MySQL table?

  19. In case of FOREIGN KEY constraint, what kind of relationship is there between MySQL parent and child tables?

  20. When are two tables connected with MySQL FOREIGN KEY then how can we say that the integrity of data is maintained in child table?

Total 4564 -Computer  FirstPage PreviousPage NextPage LastPage CurrentPage:227/229  20-Computer/Page Goto:1 221 222 223 224 225 226 227 228 229