unrev
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								db3/Database3.zip
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								db3/Database3.zip
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										8
									
								
								db3/stored proc.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								db3/stored proc.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | -- SET NOCOUNT ON added to prevent extra result sets from | ||||||
|  |  | ||||||
|  | SET NOCOUNT ON; | ||||||
|  | 		SELECT  student_id, fname, lname, dob, ACCT_BAL | ||||||
|  | 		FROM STUDENT | ||||||
|  | 		WHERE upper(STUDENT_ID) like upper( @studentid   ) | ||||||
|  | 		or upper(lname) like upper( @lname   ) | ||||||
|  | 		or dob = @dob | ||||||
							
								
								
									
										0
									
								
								db3/stored proc.txt.bak
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								db3/stored proc.txt.bak
									
									
									
									
									
										Normal file
									
								
							
		Reference in New Issue
	
	Block a user