using primary can we relate two table, with out foreign key?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

Is mysql free for commercial use?

0 Answers  


Explain multi-version concurrency control in MySQL?

2 Answers  


How to write after insert event update trigger on the same table in mysql?

0 Answers  


How do I create a stored procedure in mysql?

0 Answers  


What happens if you no create privilege in a database?

0 Answers  






What is the difference between procedure and function in mysql?

0 Answers  


What is the difference between mysql_fetch_array and mysql_fetch_object?

4 Answers   CTS,


Does facebook still use mysql?

0 Answers  


How to get a version of mysql?

0 Answers  


I have a table like this tblData (month int,Qty int) and i am inserting three rows in this table 1.tblData Values (1,100) 2.tblData Values (2,200) 3.tblData Values (3,300) The Result I want is the Running total of the field Qty that is 1 100 100 2 200 300 3 300 600 What is the Query for that ?

4 Answers  


What is a user defined variable?

0 Answers  


Why we use mysqli instead of mysql?

0 Answers  


Categories