A 
		
								
				
				
			
		A.J
1. In a simple query like
str = "select * from emp where empid = '23'"
why in the where clause we always use '@@' these quotes.
				
			str = "select * from emp where empid = '23'"
why in the where clause we always use '@@' these quotes.