in Education by
The basic data type char(n) is a _____ length character string and varchar(n) is _____ length character. (a) Fixed, equal (b) Equal, variable (c) Fixed, variable (d) Variable, equal I got this question in exam. I want to ask this question from SQL Basics and SQL Data Definition topic in section 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 (c) Fixed, variable Easy explanation - Varchar changes its length accordingly whereas char has a specific length which has to be filled by either letters or spaces.

Related questions

0 votes
    Which of these methods of Character wrapper can be used to obtain the char value contained in Character object ... questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    I didn't see any similar questions asked on this topic, and I had to research this for something I'm working ... had the same question. Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I didn't see any similar questions asked on this topic, and I had to research this for something I'm working ... had the same question. Select the correct answer from above options...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    Suppose that you have an array consisting of several objects. This object is of the type string. Let this string be ... the character array arr'. How will you carry this out?...
asked Oct 16, 2020 in Technology by JackTerrance
0 votes
    Which of these is a wrapper for simple data type char? (a) Float (b) Character (c) String (d) ... java programming questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    Write the output for the following i) char c = ‘A’ ; int m = 26 ; int n = c + m ; System.out.println(“ n = “ +n) ; Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    Write the output for the following i) char c = ‘A’ ; int m = 26 ; int n = c + m ; System.out.println(“ n = “ +n) ; Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    To match random character digit, _____. A. \\d+ B. .* C. # D. $...
asked Dec 13, 2022 in Technology by JackTerrance
0 votes
    What are the basic difference between variable and data type in the c? Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    Which is the basic data structure of R containing the same type of data? (a) Functions (b) Array (c) ... and Out of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    What type of objects are basic data types in swift?...
asked Nov 30, 2020 in Technology by JackTerrance
0 votes
    It seems that the choice to use string parsing vs. regular expressions comes up on a regular basis for ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
0 votes
    It seems that the choice to use string parsing vs. regular expressions comes up on a regular basis for ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
...