单选题 Which of the following is a valid SQL data type?

A、 String
B、 Integer
C、 Text
D、 Array
下载APP答题
由4l***1x提供 分享 举报 纠错

相关试题

单选题 What is the purpose of a constructor in OOP?

A、To initialize object state
B、To inherit properties
C、To override methods
D、To define static variables

单选题 What is the role of a compiler in programming?

A、Translates source code to machine code
B、Executes code line - by - line
C、Manages memory allocation
D、Designs user interfaces

单选题 What is the purpose of the 'try - catch' block in Java?

A、To handle exceptions
B、To declare variables
C、To define methods
D、To create loops

单选题 In Python, which keyword is used to define a function?

A、function
B、def
C、define
D、fn

单选题 Which protocol is used for sending emails?

A、HTTP
B、FTP
C、SMTP
D、TCP

单选题 What does HTML stand for?

A、Hypertext Markup Language
B、High - tech Machine Language
C、Hyper Transfer Markup Link
D、Home Tool Markup Logic

单选题 What is the result of 5 + 3 * 2 in Python?

A、16
B、11
C、8
D、25

单选题 In CSS, how do you select elements with a specific class?

A、#classname
B、.classname
C、classname
D、*classname