how to calculate quantities of sand , cement & aggregate in 1m3 - M20 , 1m2 of 6mm/12mm/20mm plaster , 1m3 20cm/ 1m2 of 10cm brick wall, paint quantity for 1m2 snowcem and lime painting?
3 71130how many no of cement bags required for 1:4 plastering for 100 sqft? how many no of cement bags required for 1:3 plastering for ceiling for 100 sqft?
6 78357i want to make this calution for making a buliding but i dont know the formula for this and also how much cement concrete an sand use for this calculation,calculation is below(100ft lenths 75ftwidth and 100mm thikness)plz brife the calcution thanks
1 6380how many mason and labaur work for a 1 brass bricks plz let me know the calculate & how to made calculation for this and whats the formulas for this?
6270Please provide detail I.S standard code for using crush sand instead of river sand for plaster and concrete grade M15, M20, M25 and M30 and its mix design
1 3929If a 12m main road straight is adjoined from both sides by 7.5 m road , how curves are given at corner for vehicle movement (measurement pls.)?
1 6499Post New Sobha Developers Interview Questions
Explain http handlers? Where we can use the http handlers?
Is sql dba a good career? : SQL DBA
pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?
How do I enable cell formatting in excel?
How do I build a wordpress website?
What are the steps involved in creating a bounded service through aidl?
What is thrashing in windows operating system?
What is the latest version of angular?
What are services in android and what is its type?
Explain what if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?
What is syntax of for loop in r?
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: := . ( @ % ;
What is Blue Print Phase? What does the document consist of?
What is the page protect in reports?
whats is statement and procedure