Anonymous
Asked in
Cars &Transportation
·
2 weeks ago
In which mode we can change the structure of a table?
Contents
- How do you change the structure of a table?
- In which mode we can change the structure of table design Datasheet structure?
How do you change the structure of a table?
To change the data type of a column in a table, use the following syntax:1SQL Server / MS Access: ALTER TABLE table_name. ALTER COLUMN column_name datatype;2My SQL / Oracle (prior version 10G): ALTER TABLE table_name. MODIFY COLUMN column_name datatype;3Oracle 10G and later: ALTER TABLE table_name.SQL ALTER TABLE Statement - W3Schools
In which mode we can change the structure of table design Datasheet structure?
Answer: We can modify the design table in DESIGN VIEW.
Related Questions
Relevance
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago
Write us your question, the answer will be received in 24 hours