Answer:
MySQL and PHP
Explanation:
The combination of technologies that will eventually be used to handle "shopping cart" activity as a website develops are "MySQL and PHP".
MySQL has databases which is usually used PHP. It's open source and also free. It uses Structured Query Language.
PHP is a scripting language which is used in the development of websites. It can connect to databases and also manipulate databases.