How to display top 10 rows in mysql?


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

Post New Answer

More MySQL Interview Questions

How important is to list the column names when doing an insert?

0 Answers  


What is the difference between MyISAM Static and MyISAM Dynamic?

0 Answers  


A company wants to store their invoices in a database. They already have their customers and articles in that database. Both customer and article are each identified by an unique integer value. Please create the SQL statements for creating the necessary table(s) for storing the invoices in a MySQL database. An invoice should hold information like invoice number, customer, date, article(s) and quantity etc.

1 Answers  


How can we change the name and data type of a column of a table?

9 Answers   Google,


How many ways we can we find the current date using MySQL?

3 Answers  


What is MySQL Stored Procedure?

1 Answers  


What are the differences between a primary key and foreign key?

0 Answers  


Explain advantages of InnoDB over MyISAM?

1 Answers  


What is the maximum connection pool size?

0 Answers  


What is ddl, dml, and dcl?

0 Answers  


What is the difference between primary and unique key

5 Answers   CSC,


Explain the difference between delete and truncate.

0 Answers  


Categories