Class 2 | Week 14 | DAT601
FINAL CLASS For this final class todd is discussing the requirements for our milestone 3 once again, in further details, he has suggested that sections of our SQL code is written into procedures. Procedures for Creating, Inserting and then procedures for each transaction required. When referring to our SQL code within our document it is fine to refer to our SQL text file instead of writing them out in the document. Within our SQL file I need to remember to separate my procedures with comments and clearly label each one. Next we are going into Server permissions, users and logins. What's the difference between them? GRANT Grants are used to give permissions to specific operations concerning chosen element/s of the database, grants are given to specific users of the databases procedures and functions. For our assignments we are creating users, todd suggested our users be given permission to view a 'view' of the database which pertains to the information they req...