Collection Details
Namespace:
himas
Dataset:
Collection:
sa
Owner:
0x0be02d34924e6369876cafc900b6501d2d7af1cc
Timestamp:
Jan.30.2024 11:04:58 AM
Status:
OnChain
Collection Documents
_idasView
42e9f34dfb00babc5ec2b0937db7c42aab90632e9b0dae8ba28efdd71387fbe72
SELECT e.EmployeeID, e.Employee_Name, e.Employee_Salary, d.DepartmentID, d.Department_Name FROM employee e LEFT OUTER JOIN department d ON e.EmployeeID = d.Employee_ID;
View
42e9f34dfb00babc5ec2b0937db7c42aab90632e9b0dae8ba28efdd71387fbe71
create table "tablename" ("column1" "data type", "column2" "data type", ... "columnN" "data type");
View