Computer Science, asked by naveenpeter6408, 1 year ago

Which of the methods are used to manage result sets using both associative and indexed arrays?
A.get_array() and get_row()
B.get_array() and get_column()
C.fetch_array() and fetch_row()
D.fetch_array() and fetch_column()

Answers

Answered by Neeraj723
0
Hii dear here is your answer


option b is the correct answer


Hope it's help u
Answered by bandameedipravalika0
0

Answer:

Concept :

A group of objects kept in consecutive memory regions is known as an array. The goal is to group objects of the same category for storage. As a result, it is simpler to determine each element's position by simply adding an offset to a base value, or the address in memory where the array's first element is stored generally denoted by the name of the array.

Explanation:

  • Multiple objects of the same sort should be kept together in storage. This makes it simpler to determine each element's position by simply adding an offset to a base value i.e., the memory address of the array's first element.
  • Their prototype looks like this mixed fetch array ([int resulttype]) calss mysqli result mysqli result for calss with mixed fetch row()
  • The following is their prototype  ([int resulttype]) calss mysqli result mixed fetch array mixed fetch row() in calss mysqli result
  • The answer is fetch_array() and fetch_row().

#SPJ3

Similar questions