summaryrefslogtreecommitdiff
path: root/src/help/studio_help/src/topics/t_db-table-deleting.dita
blob: 2564e06d8b9ba69e30c2b8c3e13fc7c2c2cc6a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "../dtd/task.dtd">
<task id="t_db-table-deleting" xml:lang="en-us">
  <title>Deleting a database table</title>
  <shortdesc>From the MOTODEV Database Explorer view you can delete device database tables.</shortdesc>
  <prolog>
    <metadata>
      <keywords>
        <!--<indexterm></indexterm>-->
      </keywords>
    </metadata>
  </prolog>
  <taskbody>
    <prereq>You perform this task from within the MOTODEV Database Explorer view. This view is part of the MOTODEV
      Database perspective; switch to this perspective when working with Android databases.</prereq>
    <steps>
      <step>
        <cmd>In the MOTODEV Database Explorer view, right-click the database table to be deleted and select <uicontrol
          >Delete Table</uicontrol>.</cmd>
        <stepresult>The selected database table is immediately deleted.</stepresult>
      </step>
    </steps>
  </taskbody>
</task>