0%

10-letter words containing j, o, t, u

  • objuration — (rare) A firm binding by oath.
  • objurgated — Simple past tense and past participle of objurgate.
  • objurgates — Third-person singular simple present indicative form of objurgate.
  • outer join — (database)   A less commonly used variant of the inner join relational database operation. An inner join selects rows from two tables such that the value in one column of the first table also appears in a certain column of the second table. For an outer join, the result also includes all rows from the first operand ("left outer join"), or the second operand ("right outer join"), or both ("full outer join"). A field in a result row will be null if the corresponding input table did not contain a matching row. For example, if we want to list all employees and their employee number, but not all employees have a number, then we could say (in SQL-92 syntax, as used by Microsoft SQL Server): SELECT employee.name, empnum.number FROM employee LEFT JOIN empnum ON employee.id = empnum.id or, in Sybase syntax: SELECT employee.name, empnum.number FROM employee, empnum WHERE employee.id *= empnum.id The "*" on the left means "left outer join". "*=*" would be a full outer join. In Oracle syntax: SELECT employee.name, empnum.number FROM employee, empnum WHERE employee.id = empnum.id (+) Note that the "(+)" on the right means "left outer join". These all mean that all rows from the left-hand "employee" table will appear in the result, even if there is no match for their ID in the empnum table. Where there is no empnum.id equal to a given employee.id, a result row is output anyway but with all result columns from the empnum table null (empnum.number in this case).
  • outjetting — projecting
  • outjutting — a projection
  • projecture — a projection beyond the surface
  • punto fijo — a city in NW Venezuela, on the Paraguana Peninsula.
  • put-up job — a plan or an event that has been arranged secretly in order to trick or deceive somebody
  • rule joint — (in carpentry and joinery) a joint between two hinged pieces, as between the center and end leaves of a table, consisting of a quarter round and fillet fitting against a cove and fillet.
  • rust joint — (in plumbing and metalwork) a watertight joint made between two pieces by rusting them together.
  • subject to — under the condition that
  • subjection — the act of subjecting.
  • subjugator — to bring under complete control or subjection; conquer; master.
  • subproject — something that is contemplated, devised, or planned; plan; scheme.
  • surjection — onto function.
  • t-junction — T-shaped road intersection
  • toad juice — a fertilizer produced by liquidizing cane toads
  • yottajoule — Lbl physics One septillion (1024) joules.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?