Save
Upgrade to remove ads
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

App dev FA 6

QuestionAnswer
Field data types Storage value of FLOAT 4 Bytes
To open a console go to the command window start/run then type Command
Code for showing help in MySQL \h
One important aspect of database management is its querying capability. True
Command to add new column ADD
According to the article of Ian Gilfillan in 2004, the following are the claimed features of MySQL except High cost
MySQL is portable True
Command in MySQL to display today’s date and time Select now()
Type of Field data types that range of Fixed length string between 0 to 255 characters CHAR
Syntax for showing database SHOW DATABASE <dbname>;
Command to display the SQL version Select version();
are the individual categories of information stored in a record. Fields
Command for inserting a value to your table INSERT INTO
Command for dropping a column DROP
What is Q in SQL? Query
What is L in DML? Language
Which of the following is not Command help in MySQL Gethelp
Command for updating the records UPDATE
Command to create a database CREATE
Syntax for inserting values in a specific column INSERT INTO <table name> (column name) VALUES (value);
Syntax for updating the records UPDATE <table name> SET <column name> = <value> WHERE <column name> = <value>;
Command to display the structure of the table DESCRIBE
Either as outgrowths of earlier academic research PostgreSQL
Command to create a table for the database CREATE TABLE
Syntax for inserting a value to your table INSERT INTO <table name> VALUES (value1, value2, value3, ....);
You can insert a values in a specific column True
Command to view your table SELECT
Syntax to add new column ALTER TABLE tblname ADD field char(1)
Field data types Storage value of BOOL 1 Byte
MySQL prompts means ready for a new command mysql>
Syntax to change field names ALTER TABLE tblname CHANGE field char(1)
Field data types Storage value of CHAR Number of bytes specified
MySQL compiles using GNU gcc
Is a structured set of instructions and criteria for retrieving, adding, modifying, and deleting database information. Query
Command to display the list of table SHOW tables
Command to use database USE
Syntax for creating a table CREATE TABLE tblname(id int(5) primary key not null auto_increment,name char(25));
mSQL was distributed as shareware True
MySQL prompts means waiting for next line, waiting for completion of a comment that began with /*. /*>
Type of Field data types that range of YYYY-MM-DD DATE
What is S ins SQL? Structured
Type of Field data types that range -128 to 127; 0 is considered false BOOL
Command to delete a table DROP
Is a field in a related table that refers to the primary key in a primary table. Foreign key
Field data types Storage value of DATE 4 Bytes
Command to change field names CHANGE
Type of Field data types that range of Variable length string between 1 to 65,535 characters VARCHAR
Type of Field data types that range of HH:MM:SS TIME
Syntax to display the structure of the table DESCRIBE tblname
mSQL short for mini SQL
MySQL is written in C++
Type of Field data types that has a small number with a floating decimal point. FLOAT
Syntax for dropping a column ALTER TABLE tblname DROP field
SQL has a standard data manipulation language among many database management system. True
What is M in DML? Manipulation
Command in MySQL to quit \q
Field data types Storage value of DOUBLE Number of bytes specified
Send comment to mysql server \g
Syntax for creating a database CREATE DATABASE <dbname>;
MySQL Command that print current command \p
What is L in SQL? Language
You can update multiple columns True
Command in MySQL to set statement delimiter \d
SQL database improvement was done by a Swedish programmer Monty Widenius
Created by: jxxnixx
 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards