1This is a good SQL editor:
2https://www.tutorialspoint.com/execute_sql_online.php
1INSERT INTO students VALUES (1, 'Ryan', 'M');
2INSERT INTO students VALUES (2, 'Joanna', 'F');
3
4SELECT * FROM students WHERE gender = 'F';
1select cart.Id, cart.UpdatedOnUtc,cart.CreatedOnUtc, cart.RentalEndDateUtc,cart.RentalStartDateUtc, map.Quantity,
2 cart.CustomerEnteredPrice,cart.AttributesXml,cart.ProductId,cart.CustomerId,cart.ShoppingCartTypeId,cart.StoreId
3from AUR_ShoppingCart_WishList_Mapping map,ShoppingCartItem cart where cart.Id = map.ShoppingCartItemId and map.WishListId = '55'
1I recomend popSql or online: https://www.tutorialspoint.com/execute_sql_online.php