<?xml version="1.0" encoding="UTF-8"?><oembed><type>video</type><version>1.0</version><html>&lt;iframe src=&quot;https://www.loom.com/embed/15ac73ebc07b4666ab6c43aeb49c0bdd&quot; frameborder=&quot;0&quot; width=&quot;1282&quot; height=&quot;961&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</html><height>961</height><width>1282</width><provider_name>Loom</provider_name><provider_url>https://www.loom.com</provider_url><thumbnail_height>961</thumbnail_height><thumbnail_width>1282</thumbnail_width><thumbnail_url>https://cdn.loom.com/sessions/thumbnails/15ac73ebc07b4666ab6c43aeb49c0bdd-bdb34b215437f8f8.gif</thumbnail_url><duration>255.137</duration><title>Student Management System with Python and SQL</title><description>This Loom demonstrates a Python and SQLite student management system for CSE-310 Applied Programming. It shows storing student data in an SQLite database, viewing records using an SQL SELECT query, updating a student record by student ID (example ID 8) with an SQL UPDATE statement, and searching and displaying matching students. The presentation also covers deleting a student record using an SQL DELETE query (example mentions student ID 11 followed by 8). It concludes with a brief code overview, noting functions for add, view, update, delete, and search, and a menu loop that keeps the application running until exit.</description></oembed>