Which command is used to view the content of the table in mysql?



Which command is used to view the content of the table in mysql?..

Answer / Kartar Singh

The `SELECT` command is used to view the content of a table in MySQL. For example, `SELECT * FROM table_name;` will return all columns and rows from the specified table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Can we write pl sql mysql?

1 Answers  


How to represent ENUMs and SETs internally?

1 Answers  


how to repair a table in mysql?

2 Answers  


table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases

1 Answers  


What is the use of mysqli_fetch_array?

1 Answers  


How to convert character strings to dates?

1 Answers  


Is oracle better than mysql?

1 Answers  


What is ACID?

2 Answers  


How do I edit a table in mysql workbench?

1 Answers  


How large can a mysql table be?

1 Answers  


Can you tell the difference between ereg_replace() and eregi_replace()?

1 Answers  


What data type is money?

1 Answers  


Categories