What is 1nf 2nf 3nf?


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

Post New Answer

More MySQL Interview Questions

Restore database (or database table) from backup.

0 Answers  


What is difference between mysql mysqli and pdo?

0 Answers  


Does mysql scale well?

0 Answers  


How to get the current date in mysql?

0 Answers  


What is an index? How can an index be declared in mysql?

0 Answers  






How can you change the password of a mysql user?

0 Answers  


How show all tables in mysql query?

0 Answers  


Differentiate between FLOAT and DOUBLE?

1 Answers  


how to Return total number of rows.

0 Answers  


What is deterministic in mysql?

0 Answers  


Is mysql relational?

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  


Categories