Problem 9. Find Full Name and Problem
Здравейте ,може ли малко помощ по тази задача Problem 9. Find Full Name and Problem :
Problem 1. Find Full Name
You are given a database schema with tables AccountHolders(Id (PK), FirstName, LastName, SSN) and Accounts(Id (PK), AccountHolderId (FK), Balance). Write a stored procedure usp_GetHoldersFullName that selects the full names of all people.
Example
|
Full Name |
|
Susan Cane |
|
Kim Novac |
|
Jimmy Henderson |
|
… |