Year: 2024

To separate the uncommon rows of one table (rows that exist in one table but not in another)

Using a LEFT JOIN To isolate the uncommon rows in the table one SELECT t1.*FROM Table1 t1LEFT JOIN Table2 t2 ON t1.id = t2.idWHERE t2.id IS NULL; using Except if database supports. SELECT * FROM Table1EXCEPTSELECT * FROM Table2; UNQORK In unqork we use datawork flow. the merge operator is used with outer option. upper […]

बर्तन के नाम संस्कृत में

picture Sanskrit Hindi English स्थालिका प्लेट Plate चषक: गिलास / कप Glass / cup चमष: चम्मच Spoon दर्वि कड़चि / चम्मचा Scoop Serving Spoon दर्वि कड़चि / चम्मचा Bucket दर्वि कड़चि / चम्मचा Rolling pin दर्वि कड़चि / चम्मचा Turner

What is an UNQORK

What is an UNQORK ? Unqork is a cloud based no code application tool. It is a useful tool for developing application in less time. Features of Unqork: do you know Unqork Enterprise App Cloud has two powerful technologiesa) Enterprise App Builder( UI Designer)b) App Services (Vega Runtime) Unqork Enterprise App is an Agile Framework, […]

Back To Top