Interviewer And Interviewee Guide

PHP Interview Question:

How can we find the number of rows in a table using MySQL?

Submitted by: Administrator
Use this for MySQL

SELECT COUNT(*) FROM table_name;
Submitted by: Administrator

Read Online PHP Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.