Getting started:
Related tutorials:
- MySQL-CLI: https://www.youtube.com/playlist?list=PLfdtiltiRHWEw4-kRrh1ZZy_3OcQxTn7P
- Analyzing Business Metrics: https://www.codecademy.com/learn/sql-analyzing-business-metrics
Getting started:
Related tutorials:
| SET FOREIGN_KEY_CHECKS = 0; | |
| TRUNCATE TABLE `core_url_rewrite`; | |
| TRUNCATE TABLE `enterprise_catalog_category_rewrite`; | |
| TRUNCATE TABLE `enterprise_catalog_product_rewrite`; | |
| TRUNCATE TABLE `enterprise_url_rewrite`; | |
| TRUNCATE TABLE `enterprise_url_rewrite_category_cl`; | |
| TRUNCATE TABLE `enterprise_url_rewrite_product_cl`; | |
| TRUNCATE TABLE `enterprise_url_rewrite_redirect_cl`; | |
| TRUNCATE TABLE `enterprise_url_rewrite_redirect_rewrite`; | |
| TRUNCATE TABLE `enterprise_url_rewrite_redirect`; |
| var assert = require('assert'), | |
| test = require('selenium-webdriver/testing'), | |
| webdriver = require('selenium-webdriver'); | |
| test.describe('Submitted message should be shown', function() { | |
| test.it('should work', function(done) { | |
| var driver = new webdriver.Builder() | |
| .withCapabilities(webdriver.Capabilities.chrome()) | |
| .build(); |
##Google Interview Questions: Product Marketing Manager
| <html> | |
| <head> | |
| <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script> | |
| <link href="rotate.css" rel="stylesheet" type="text/css" /> | |
| <script type="text/javascript" src="rotate.js"></script> | |
| <script type="text/javascript"> | |
| $(window).load(function() { | |
| startRotator("#rotator"); | |
| }) | |
| </script> |