This commit is contained in:
EggMan20339 2024-02-13 16:59:48 -05:00
parent d6dc5b52b0
commit a79ff7951a
4 changed files with 8 additions and 0 deletions

BIN
db3.zip Normal file

Binary file not shown.

BIN
db3/Database3.zip Normal file

Binary file not shown.

8
db3/stored proc.txt Normal file
View 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
View File