What do we use to remove duplicate records while fetching a data in mysql ?


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

Post New Answer

More MySQL Interview Questions

How do I show columns in mysql?

0 Answers  


What is the data type for file in mysql?

0 Answers  


How do I automate a backup in mysql?

0 Answers  


What is mysql in dbms?

0 Answers  


What are the advantages of myisam over innodb?

0 Answers  






Use mysqldump to create a copy of the database?

2 Answers  


Does mysql use sql?

0 Answers  


How to set the time zone for MySQL to particular country time?

0 Answers  


If we create a column with data type VARCHAR(3), what would we expect to see in MySQL table?

2 Answers   ABC,


if we want to load data from a text file into a mysql table, but the columns in table are 1st: code(int) and 2nd: city(varchar), but in text file the format is 1st cityname and then code separeted by delimeters. how to load?

2 Answers  


What are HEAP tables in MySQL?

1 Answers  


Which is best pdo or mysqli?

0 Answers  


Categories