From the course: CCSP Cert Prep: 4 Cloud Application Security
Unlock the full course today
Join today to access over 24,300 courses taught by industry experts.
Database security
From the course: CCSP Cert Prep: 4 Cloud Application Security
Database security
- [Instructor] Databases contain a wide variety of information that is sensitive, critical to business processes, or both. Security professionals should work closely with database administrators to protect the information stored in databases against confidentiality, integrity, and availability threats. Database normalization is a set of design principles that database designers should follow when building and modifying databases. Databases that follow these principles are said to be in normal forms. These normal forms are numbered in increasing order of the level of principle followed. There's an active and healthy debate in the database community about how closely database designers should follow the normal forms. Some of the advantages of implementing these principles as much as practical include that normalized designs prevent data inconsistency, they prevent update anomalies, they reduce the need for…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Secure coding guidance1m 59s
-
(Locked)
Input validation2m 37s
-
(Locked)
Parameterized queries3m
-
(Locked)
Authentication and session management issues1m 49s
-
(Locked)
Output encoding3m 13s
-
(Locked)
Error and exception handling3m
-
(Locked)
Code signing2m 8s
-
(Locked)
Database security3m 53s
-
(Locked)
-
-
-
-
-