SQL Statement INSERT INTO Customers (CustomerName, ContactName, Address, City, PostalCode, Country) VALUES (‘Cardinal’,’Tom B. Erichsen’,’Skagen 21′,’Stavanger’,’4006′,’Norway’); ​Know more at – https://www.w3schools.com/sql/sql_insert.asp

Click the button to sort the table alphabetically, by name: Sort Name Country Berglunds snabbkop Sweden North/South UK Alfreds Futterkiste Germany Koniglich Essen Germany Magazzini… Read More →

Get Magento 2 base URL Using Object Manager Base Url: $objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $storeManager = $objectManager->get(‘\Magento\Store\Model\StoreManagerInterface’); $storeManager->getStore()->getBaseUrl(); Base Url without index.php $objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $storeManager… Read More →