The Quiz World
Home
>>
PHP Web Development Quiz
>>
All Questions
>> Question
How many records will be given as output of the following query ?
select * from table LIMIT 25,100
Options:
A) 25
B) 100
C) 75
D) 125
Answer : 100
PHP Web Development Quiz
Questions
Which of the following function removes duplication from an array ?
Which of the following function can print a object content ?