Function Flashcards

1
Q

One of the text functions, to join two or more text strings into one string.

A

CONCATENATE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Method to join two or more text strings into one string.

A

Concatena Function, Ampersand (&)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Function that returns the first character or characters in a text string, based on the number of characters you specify.

A

LEFT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Function that returns the last character or characters in a text string, based on the number of characters you specify.

A

RIGHT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Function that eturns a specific number of characters from a text string, starting at the position you specify, based on the number of characters you specify.

A

MID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Removes all spaces from text except for single spaces between words.

A

TRIM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Converts all uppercase letters in a text string to lowercase.

A

LOWER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Converts text to uppercase.

A

UPPER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Capitalizes the first letter in a text string and any other letters in text that follow any character other than a letter. Converts all other letters to lowercase letters.

A

PROPER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

locate one text string within a second text string, and return the number of the starting position of the first text string from the first character of the second text string.

A

FIND & SEARCH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Difference between FIND & SEARCH

A

FIND are case sensitive unlike SEARCH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Substitutes new_text for old_text in a text string.

A

SUBTITUTE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

replaces part of a text string, based on the number of characters you specify, with a different text string.

A

REPLACE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly