- 10 Which Of The Following Sql Statements Will Display Fields That Have Been Defined In A Table O Describe Tablename O 1 (24.08 KiB) Viewed 29 times
10. Which of the following SQL statements will display fields that have been defined in a table? O DESCRIBE TableName; O
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
10. Which of the following SQL statements will display fields that have been defined in a table? O DESCRIBE TableName; O
10. Which of the following SQL statements will display fields that have been defined in a table? O DESCRIBE TableName; O DISPLAY Tablename; O USE Tablename; SHOW TABLES Tablename; Incorrect SHOW TABLES; lists all tables