what is a way to ask questions about a particular record in a table
Answers
Answered by
10
Hi
SELECT * FROM `table_name`;
above is an example of fetching all data from "table_name" table.
TATHAGATTHEGRATE:
I ask way
Answered by
0
Explanation:
what is the answer of this question
Similar questions