QuestionQ20
Secure, optimize, and deploy database solutionsYou have a GitHub Codespaces environment with GitHub Copilot Chat installed that is connected to a Microsoft Fabric SQL database named DB1. DB1 contains tables named Sales.Orders and Sales.Customers.
You use GitHub Copilot Chat in the context of DB1.
A company policy prohibits sharing customer Personally Identifiable Information (PII), secrets, and query result sets with any AI service.
You need to use GitHub Copilot Chat to write and review Transact-SQL code for a new stored procedure that joins Sales.Orders to Sales.Customers and returns customer names and email addresses. The solution must NOT share the actual data in the tables with GitHub Copilot Chat.
What should you do?
Community Discussion