Sintak Sql2.docx

  • Uploaded by: Annas
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Sintak Sql2.docx as PDF for free.

More details

  • Words: 56
  • Pages: 1
SELECT FirstName, LastName, Address,(year(now())-year(BirthDate)) as Age FROM Employees ORDER BY BirthDate; SELECT FirstName, LastName FROM Employees WHERE City="London";

Innerjoy = memenuhi dua duanya SELECT LastName, Orders.* FROM Employees,Orders; SELECT LastName, Orders.* FROM Employees,Orders WHERE Employees.EmployeeID=Orders.EmployeeID; SELECT LastName, Customers.* FROM Employees,Customers WHERE Employees.EmployeeID=Customers.EmployeeID;

SELECT * FROM ms_produk, tr_penjualan, target_penjualan WHERE ms_produk.kode_produk = tr_penjualan.kode_produk AND ms_produk.kode_produk = target_penjualan.kode_produk

Related Documents

Sintak Lcd
May 2020 11
Sintak Pbl.docx
June 2020 5
Sintak Sql2.docx
May 2020 40

More Documents from "Annas"