select CaedNumber from sales.creditCard
where creditCardID=(select creditCardID from sales.contactCreditCard where contactID=
(select contactID from Person.Contact where FirstName='Catherine' and LastName='Abe1'))
where creditCardID=(select creditCardID from sales.contactCreditCard where contactID=
(select contactID from Person.Contact where FirstName='Catherine' and LastName='Abe1'))
No comments:
Post a Comment