Drag and drop from the options below to delete the table ''students'' from the database. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 10

Drag and drop from the options below to delete the table ''students'' from the database.

How do i do this???

15th Sep 2017, 5:34 PM
Garrin Yarnell
Garrin Yarnell - avatar
17 Réponses
+ 4
Have you trouble using drag and drop or do you want to know the syntax. DROP TABLE Students https://www.tutorialspoint.com/sql/sql-drop-table.htm
15th Sep 2017, 5:58 PM
sneeze
sneeze - avatar
+ 2
SELECT DISTINCT name FROM students ORDER BY name;
19th Dec 2019, 1:04 PM
Zobo
Zobo - avatar
+ 1
DROP TABLE Students
9th Apr 2018, 3:53 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
+ 1
drop table students
14th Jun 2018, 8:13 AM
Hemalatha
Hemalatha - avatar
+ 1
par.removeChild(node);
18th Apr 2019, 9:30 PM
Shadab Ahmed
Shadab Ahmed - avatar
+ 1
Drag and drop from the options below to list the table names. ___________TABLES;
24th Dec 2019, 6:52 AM
[No Name]
[No Name] - avatar
+ 1
var par = document.getElementById("par"); var node = document.getElementById("node"); par.removeChild(node);
23rd May 2020, 7:02 PM
Pramod Vishwakarma
Pramod Vishwakarma - avatar
+ 1
SELECT DISTINCT name FROM students ORDER BY name;
30th Dec 2020, 3:03 AM
mt.ali
mt.ali - avatar
0
Alter, drop, column.
9th Mar 2020, 12:51 AM
Imanuel Wicaksono
Imanuel Wicaksono - avatar
0
DROP TABLE Students
5th Jul 2020, 9:19 AM
Faith Mundi
Faith Mundi - avatar
0
Thank you Sneeze
5th Jul 2020, 9:20 AM
Faith Mundi
Faith Mundi - avatar
0
drop table students
11th Dec 2021, 8:29 PM
Malaika Imran
Malaika Imran - avatar
0
show table
24th Dec 2021, 4:29 PM
W.M.A.B.Jayathilaka
0
Drag and drop from the options below to list the table names. SHOW TABLES;
11th Mar 2022, 2:15 PM
MD TAUSIF
MD TAUSIF - avatar
0
DROP TABLE Students
19th Mar 2022, 11:17 PM
Carlos Chachalo
- 2
Answer is WHERE, 23.
7th Mar 2020, 12:59 AM
Imanuel Wicaksono
Imanuel Wicaksono - avatar
- 3
Drag and drop from the options below to remove the node element from the page (par is node's parent). var par = document.getElementById("par"); var node = document.getElementById("node"); par.removeChild(node);
2nd Jul 2020, 6:53 PM
Rustamjon Kosimov
Rustamjon Kosimov - avatar