in Education by
Which character function can be used to return a specified portion of a character string? (a) INSTR (b) SUBSTRING (c) SUBSTR (d) POS I had been asked this question during an interview for a job. Enquiry is from A Simple Transaction Model topic in chapter Transactions of Database Management

1 Answer

0 votes
by
Correct choice is (c) SUBSTR Best explanation: SUBSTR are used to match the particular characters in a string.

Related questions

0 votes
    Which of these method of String class is used to obtain character at specified index? (a) char() ( ... programming questions and answers pdf, java interview questions for beginners...
asked Oct 26, 2021 in Education by JackTerrance
0 votes
    Given a string file path such as /foo/fizzbuzz.bar, how would I use bash to extract just the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 17, 2022 in Education by JackTerrance
0 votes
    Write a program to accept string from user and search a given character from string without using find() function Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    Which of these method of class String is used to extract a single character from a String object? (a ... questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 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 class can be used to implement the input stream that uses a character array as the source ... questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
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
    Which built-in library function can be used to match a patter from the string?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    Which of the following function is used for fixing character vectors? (a) tolower (b) toUPPER (c) ... questions and answers pdf, Data Science interview questions for beginners...
asked Oct 29, 2021 in Education by JackTerrance
0 votes
    The _____tools help you to select a portion of an image that is to be edited. Select the correct answer from above options...
asked Nov 27, 2021 in Education by JackTerrance
0 votes
    How can you determine the size of an allocated portion of memory?...
asked Jan 23, 2021 in Technology by JackTerrance
0 votes
    I am trying to print a particular text using awk if string is empty. It works fine in the below ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jan 13, 2022 in Education by JackTerrance
0 votes
    You need to combine the first_name and last_name columns in the employees table and display the columns as a combined ... | and || Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
0 votes
    To get the current date, the _______ function will return a Date object which can be converted to a different ... of R Programming Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
...