Module 4 Sports Critical Thinking

docx

School

St. Petersburg College *

*We aren’t endorsed by this school

Course

3212

Subject

Industrial Engineering

Date

Feb 20, 2024

Type

docx

Pages

1

Uploaded by CoachAntelope4685

Report
Jeffrey Diaz 2/2/2024 ISM 3212 Professor Dugan Module 4 Sports Physical Therapy Case Critical Thinking Questions 1. Create an SQL query that calculates how many different therapies have not yet been booked for a session. SELECT COUNT(DISTINCT Therapies.TherapyCode) FROM Therapies WHERE NOT EXISTS (SELECT * FROM Session WHERE Therapies.TherapyCode = Session.TherapyCode) 2. Considering the information stored in the Sports Physical Therapy database, what security measures are important? Possible security measures: - guaranteeing that only individuals with permission can access the database - configuring role-based access control to limit the information that each person can view and update - encrypting important data fields (e.g., social security numbers) - routinely creating database backups
Discover more documents: Sign up today!
Unlock a world of knowledge! Explore tailored content for a richer learning experience. Here's what you'll get:
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help