. Which rights was described as the ‘heart and soul of the constitution’ by Dr. B.R. Ambedkar? (1) Right to property (2) Right to equality (3) Right to freedom of religion (4) Right to constitutional remedies
15 124995transformer cooling fan kharab ho jaye to 1-off kar dena chahiye 2-load kum kar dena chahiye 3-koi frrk nhi padta 4-sub galat hai. choose right option
2 3899RESISTONS R1 AND R2 in parallel = Total R.? 1-R=R1+R2 2-R=1/R1 + 1/R2 3-1/R + R1+R2 R=R1R2/R1+R2 select one
2 4416The magnitude of sum of two sinusoidal av voltage is equal to 230 volt.the magnitude of each individual voltage is also equal to 230 volt.what must be the phase difference between voltages?
1630Post New PGVCL Paschim Gujarat Vij Company Limited Interview Questions
what are Multiple Transports?
Explain the types of exception?
Can we use xml as database?
How does mongodb provide consistency?
What is the difference between the functions memmove() and memcpy()?
What is the difference between component and directive?
Explain synthetic event in React js?
what is the fullform of CHAPTA? when would this form?
create or replace procedure search_matter(empno varchar2) as sql_stmt varchar2(200); stmt varchar2(200); v_table_name varchar2(200); val_pres number; inp_value varchar2(200); type obj_typ is table of cols.column_name%type index by binary_integer; type all_col is table of varchar2(100) index by binary_integer; typ_obj_typ obj_typ; typ_all_col all_col; begin select object_name bulk collect into typ_obj_typ from user_tables,user_objects where table_name = object_name AND object_type = 'TABLE'; select empno into inp_value from dual; dbms_output.put_line('inp value : '||inp_value); for i in typ_obj_typ.first..typ_obj_typ.last loop v_table_name := NULL; v_table_name := typ_obj_typ(i); dbms_output.put_line(i||':'||typ_obj_typ(i)); dbms_output.put_line('....................'); sql_stmt := 'select column_name from cols where table_name = :1 and data_type in (''CHAR'', ''VARCHAR2'', ''NCHAR'', ''NVARCHAR2'',''NUMBER'')'; EXECUTE IMMEDIATE sql_stmt bulk collect into typ_all_col using typ_obj_typ(i); for inside in typ_all_col.first..typ_all_col.last loop dbms_output.put_line('sql stmt: '||sql_stmt); dbms_output.put_line('column name: '||typ_all_col(inside)||'table name: '||typ_obj_typ(i)); stmt := 'select count(*) from ||typ_obj_typ(i)||'; EXECUTE_IMMEDIATE stmt into val_pres ; if val_pres = 1 then dbms_output.put_line('value present col name: '||typ_all_col(inside)||'table name :'||typ_obj_typ(i)); end if; end loop; dbms_output.put_line('....................'); end loop; exception when others then dbms_output.put_line('sql code '||sqlcode||'Table name: '||v_table_name); dbms_output.put_line('sql message '||sqlerrm); end; Compile-time I am getting below error, Plz help to resolve. LINE/COL ERROR -------- ----------------------------------------------------------------- 47/23 PLS-00103: Encountered the symbol "STMT" when expecting one of the following: := . ( @ % ;
Which is essential: the number of engagements or the likes/followers?
What are the three types of germ layers that form tissues and organs in animals?
When do you use template-driven vs model-driven forms? Why?
What are many-to-many relationships and how can they be addressed in power bi ?
Explain the difference between resultset and rowset in jdbc
will it allow to add same value in HashMap class.