Showing posts with label SQL database employee. Show all posts
Showing posts with label SQL database employee. Show all posts

Tuesday, May 12, 2020

Query advance SQL database employee

0 komentar
-------------------------------------------------- --------  01. Calculation                 -------- -------------------------------------------------- /* Select * From Employee Select * From EmployeeAttendance */ -- Maximum, Minimum, Total -- You can put an Alias Name for the Field -- Example: Field Sum(HourlyWage) will be Field Total_HourlyWage Select Max(HourlyWage) as Max_HourlyWage, Min(HourlyWage)...

Query Basic SQL database employee

0 komentar
-------------------------------------------------- --------  01. Add Record                  -------- -------------------------------------------------- -- Recommended -- Tell the Field Name INSERT INTO Department (DepartmentNo, DepartmentName) VALUES (1, 'Restaurant') INSERT INTO Department (DepartmentNo, DepartmentName) VALUES (2, 'Bar') INSERT INTO Department (DepartmentNo,...
 
Trends K N A Copyright © 2009
Fresh Girly Blogger Template Designed by Herro | Powered By Blogger