Database – 2 – Design Fundamentals
Database – 3 – Creating Tables
Database – 4 – Single-Table Queries
Database – 5 – Multiple-Table Queries
Database – 6 – Updating Data
Database – 7 – Administration
Database – 8 – SQL Functions and Procedures
Cisco Commands
[code language=”csharp”] #################################################################################### GENERAL #################################################################################### enable (move from user exec mode to privileged exec mode) disable (move from privileged exec mode to user exec mode) config t (move to global configuration mode, short for configure terminal) hostname NEWNAME line vty 0 15 password cisco login enable password cisco (Unencrypted password) no enable password (removes password) […]