Using the knowledge in computational language in SQL it is possible to write a code that command to retrieve the customer number and name of each customer in the MAJOR_CUSTOMER.
Insert into CUSTOMER values(126, 'Toys Galore', '28 laketon St.', 'Fullton',
'CA', 90085, 1210.25, 7500.00,15);
Insert into CUSTOMER values(260, 'Brookings Direct', '452 columbus Dr.', 'Grove',
'CA', 90092, 575.00, 10000.00,30);
Insert into CUSTOMER values(440, 'Grove historical museum store', '3456 central ave', 'Grove',
'CA', 90085, 345.00, 5000.00,45);
Insert into CUSTOMER values(824, 'Kline', '945 Gilham st', 'Mesa',
'CA', 90104, 2475.99, 15000.00, 30);
See more about SQL at brainly.com/question/13068613
#SPJ1