Ask Your Question
3

What is a DDL query that involves the CLOB data type?

asked 2023-07-02 19:20:10 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-07-02 19:22:02 +0000

bukephalos gravatar image

CREATE TABLE mytable ( id INT PRIMARY KEY, largetext CLOB );

This query creates a table called "mytable" with an integer primary key column called "id" and a CLOB column called "largetext".

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-02 19:20:10 +0000

Seen: 12 times

Last updated: Jul 02 '23