Apache Kafka helps developers work with real-time streaming data such as device feeds, clickstream data, messaging, and more. Oracle SQL access to Kafka gives SQL developers a simple and powerful way to query Kafka streams with SQL and integrate that data with relational tables. Oracle Database 23ai introduces the DBMS_KAFKA package of Oracle SQL Access to Kafka, a native package to query, load and analyze Kafka streams with the power of Oracle SQL. This session is a how-to on using Oracle SQL to query Kafka streams (without persisting the data in the database), join Kafka streams with database tables, or load Kafka streams into the database. We will use familiar tools like SQL Developer to show how easy it is for database developers to work with Kafka streams.