About 441,000 results
Open links in new tab
  1. MySQL Sample Database - MySQL Tutorial

    We’ll use this sample database in our MySQL tutorials to demonstrate a wide range of MySQL features, from simple queries to complex stored procedures. You can download the sample …

  2. MySQL Query for getting Payments & Invoices in one query

    Feb 28, 2014 · select ip.* from ((select p.invoice_id, p.amount as payment, NULL as invoice, p.created_at from payments p ) union all (select i.invoice_id, NULL, i.amount, i.created_at …

  3. mysql - Better way to design payment database with multiple payment ...

    Aug 15, 2019 · I am trying to make a payment/transaction database for a pretend online store (just trying to learn). 1 payment can purchase 1 to many items. 1 payment can only have 1 …

  4. Mobile Payment Service Database - GitHub

    MySQL database schema for a mobile payment service (like Cash App or Venmo), built as part of a bachelor thesis. Includes user management, transactions, and services.

  5. MySQL :: Sakila Sample Database

    The payment table records each payment made by a customer, with information such as the amount and the rental being paid for (when applicable). The payment table refers to the …

  6. How to Design a Database for Payment System Like Paytm

    May 29, 2024 · Designing a database for a payment system involves considerations such as user management, transaction tracking, merchant accounts, security, and real-time updates. The …

  7. How to Integrate PayPal with PHP and MySQL - CodeShack

    Jun 5, 2020 · In this tutorial we'll be integrating PayPal into our existing shopping cart system, we'll be creating the payment gateway with PHP and storing PayPal transactions into our …

  8. MySQL :: MySQL Tutorial :: 7 Examples of Common Queries

    Here are examples of how to solve some common problems with MySQL. Some of the examples use the table shop to hold the price of each article (item number) for certain traders (dealers).

    Missing:

    • Payment Application Query
  9. sql - Payment application database - Code Review Stack Exchange

    it might be worth having some kind of inheritance for the different payment methods (credit card, paypal, etc). You could use Concrete Table Inheritance . Doing so, you might also be able to …

  10. mysql - Integrating payment methods in db schemas - Stack Overflow

    Apr 13, 2017 · I am stuck at creating a relationship between payment_method and specific payment method tables. How do I reference different payment methods within a single column …

  11. Some results have been removed
Refresh