Urgent.News

What's breaking now, across thousands of outlets.

Tech

Watch: How Dubai is preparing its roads for a driverless future

Dubai: Driverless vehicles will be put through hundreds of simulated and real-world traffic situations at a new testing facility in Dubai as the emirate steps up efforts to move autonomous transport technologies from experimental trials to everyday use on its roads. Dubai’s Roads and Transport Authority (RTA), in partnership with the Dubai Integrated Economic Zones Authority (DIEZ), has…

Watch: How Dubai is preparing its roads for a driverless future

Dubai has inaugurated Dubai Mobility Labs, a cutting-edge testing ground for autonomous vehicles, in collaboration with the Dubai Integrated Economic Zones Authority (DIEZ). The facility, located at Dubai Silicon Oasis, is described as the most sophisticated autonomous mobility testing site in the Middle East. It provides 248 simulated and real-world testing scenarios to evaluate vehicle safety, reliability, and performance in complex traffic and environmental conditions before they can be deployed on public roads.

Mattar Al Tayer, Director General of RTA, emphasized that the labs would help Dubai lead in developing and adopting future technologies, solidifying its position as a global model for smart and autonomous mobility. The labs will also facilitate collaboration between government agencies, private companies, universities, and research institutions to attract autonomous mobility companies, investment, and specialized talent to Dubai.

Written by urgent.news from Gulf News's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at gulfnews.com →

More in Tech

Oracle SQL: Essential Environment Commands

SET DEFINE OFF Purpose: Controls whether SQL*Plus and SQL Developer interpret the ampersand ( & ) as a substitution variable prefix or as a literal character.

  • SET DEFINE OFF controls ampersand usage in SQLPlus and SQL Developer
  • SET LINESIZE determines max characters per line before wrapping
  • SHOW ALL retrieves current environment setup and configuration statuses

Oracle SQL: SQL Statement Classifications

1. SQL Statement Classifications SQL statements are categorized based on their functional purpose within the database architecture: Data Manipulation Language (DML): Retrieves data from the database…

  • SQL statements classified into four categories: DML, DDL, DCL, TCL
  • DML statements manipulate data: SELECT, INSERT, UPDATE, DELETE, MERGE
  • DDL statements define/alter/remove database structures: CREATE, ALTER, DROP

More from Sunday 27 September →