+2 votes
in Class 12 by kratos

Write the output of the following SQL queries:

SELECT POW(INSTR('MyDatababse',' ' ),2) ;

1 Answer

+6 votes
by kratos
 
Best answer

The SQL**Output is :**

9

...