in Education by
The user defined data type can be created using (a) Create datatype (b) Create data (c) Create definetype (d) Create type The question was asked in my homework. I'd like to ask this question from SQL Data Types and Schemas topic in portion SQL : Queries, Constraints and Triggers of Database Management Select the correct answer from above options Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Right option is (d) Create type Easiest explanation - The create type clause can be used to define new types.Syntax : create type Dollars as numeric(12,2) final; .

Related questions

0 votes
    DROP TYPE Position; CREATE OR REPLACE TYPE Position AS OBJECT (longitude NUMBER(11,7), lattitude NUMBER(11, ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    i create this class and it have this constructor : public class ReturnResult : ImplicitReturnResult { public bool ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 24, 2022 in Education by JackTerrance
0 votes
    which of the following is not a type of stored procedure:- a-system b-input c-remote d-user-defined (Tick the correct option) Select the correct answer from above options...
asked Dec 10, 2021 in Education by JackTerrance
0 votes
    The data type of a column can never be changed once it has been created. True or false? Select the correct answer from above options...
asked Nov 29, 2021 in Education by JackTerrance
0 votes
    Some one answer please what are user defined data types ? Select the correct answer from above options...
asked Dec 7, 2021 in Education by JackTerrance
0 votes
    Some one answer please what are user defined data types ? Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    Some one answer please what are user defined data types ? Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    What type of variable can be defined in an interface? (a) public static (b) private final (c) public final ... & Packages of Java Select the correct answer from above options...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    What type of variable can be defined in an interface? (a) public static (b) private final (c) ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    What is true about functions : I) Functions are objects II) Can be assigned to a variable III) Can be anonymous IV) Return value type has ... , III 3. I, II, III, IV 4. I, II, IV...
asked Feb 25, 2021 in Technology by JackTerrance
0 votes
    What is true about functions : I) Functions are objects II) Can be assigned to a variable III) Can be anonymous IV) Return value type has ... , III C) I, II, III, IV D) I, II, IV...
asked Oct 9, 2020 in Technology by JackTerrance
0 votes
    I am working on a game in allegro 5 in which I want to create rectangular objects dynamically on screen and make them clickable with mouse ... if ( x >= rect.x && x = rect.y && y...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    I am trying to create some user defined forms in our ERP system with an Oracle Database. I have ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 24, 2022 in Education by JackTerrance
...