how to display only 4 records from a table based on a
condition
for ex
i have a table called products
in that nid,prodname are fields
i want to display only any 4 records of perticular product
plz tell me
Answer Posted / cherry-mae
algorithm
An algorithm (pronounced AL-go-rith-um) is a procedure or
formula for solving a problem. The word derives from the
name of the mathematician, Mohammed ibn-Musa al-Khwarizmi,
who was part of the royal court in Baghdad and who lived
from about 780 to 850. Al-Khwarizmi's work is the likely
source for the word algebra as well.
A computer program can be viewed as an elaborate algorithm.
In mathematics and computer science, an algorithm usually
means a small procedure that solves a recurrent problem.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can mysql handle billions of records?
How to create table show example
What is limit in mysql?
Can you tell the difference between mysql_fetch_object and mysql_fetch_array?
What is the difference between char and varchar?
What is prepare statement in mysql?
Is there a free mysql?
What are the security alerts while using mysql?
Is mysql a odbc?
What is mysql gpl?
How many rows can be inserted in mysql at a time?
What is mysql and why it is used?
What is a join in mysql?
Suppose you have to collect the first name, middle name and the last name of students from the below table. But, you observe that there few missing values either in the first name, middle name and the last name columns. How will you return the first non-null values?
How to load a csv file into a table