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 I use mysql for free?
What is a trigger 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 delete a table.
Explain Access Control Lists.
How to get a list of columns in an existing table?
What is mysqlcheck do?
What is slow query log in mysql?
How to find second highest salary from a table?
What is mysql gpl?
Can varchar be primary key?
How does php communicate with mysql?
What is the use of mysqli_fetch_array?
Which mysql function is used to concatenate string?
What are programming functions?