What is row?



What is row?..

Answer / Manish Kakkar

In MySQL, a row refers to a single horizontal record in a table, which consists of one or more fields (columns) with specific values.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

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

1 Answers  


What is data types in mysql?

1 Answers  


Write a query to create a database and a table?

1 Answers  


How do I edit a database in mysql workbench?

1 Answers  


date funciton

2 Answers  


How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.

1 Answers  


What are the ways in which you can retrieve data in the result set of mysql using php?

1 Answers  


What are some good ideas regarding user security in MySQL?

2 Answers  


How to update a root password.

1 Answers  


What are the mysql database files stored in system ?

1 Answers  


What is MySQL?

1 Answers  


Fname Lname City Pin ramesh kumar salem 365241 Query to generate a code having the firstletter of Fname,Lname & 3letter of city Last 3letter of pin,all in capital letters

3 Answers  


Categories