Skip to Content
Practical Mobile Forensics - Fourth Edition
book

Practical Mobile Forensics - Fourth Edition

by Rohit Tamma, Oleg Skulkin, Heather Mahalik, Satish Bommisetty
April 2020
Intermediate to advanced
400 pages
10h 12m
English
Packt Publishing
Content preview from Practical Mobile Forensics - Fourth Edition

Exploring SQLite special commands

Once you connect to a database, you can use a number of built-in SQLite commands that are known as dot commands and that can be used to obtain information from the database files.

You can obtain the list of special commands by issuing the .help command in the SQLite prompt. These are SQLite-specific commands, and they do not require a semicolon at the end. The most commonly used dot commands include the following:

  • .tables: This lists all of the tables within a database. The following screenshot displays the list of tables found inside the sms.db database:
  • .schema table-name: This displays the SQL CREATE ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Practical Mobile Forensics - Second Edition

Practical Mobile Forensics - Second Edition

Heather Mahalik, Rohit Tamma, Satish Bommisetty
Practical Mobile Forensics - Third Edition

Practical Mobile Forensics - Third Edition

Rohit Tamma, Oleg Skulkin, Heather Mahalik, Satish Bommisetty

Publisher Resources

ISBN: 9781838647520