This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --Crie exemplos para as operações descritas na seção 4 utilizando a ferramenta PHP MyAdmin. Podem ser criados | |
| --mais de um exemplo para cada operação. Os exemplos devem ser salvos em um arquivo texto. | |
| -- Contas | |
| INSERT INTO `trabalhofinance`.`accounts` (`id`, `name`, `created`, `modified`) VALUES (NULL, 'Conta Banco do Brasil', '2013-06-19 00:00:00', '2013-06-20 00:00:00'); | |
| UPDATE `trabalhofinance`.`accounts` SET `name` = 'Conta Banco do Brasil', | |
| `modified` = '2013-06-20 00:00:00' WHERE `accounts`.`id` =6; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Acesso a webcam via javaScript</title> | |
| <link rel="stylesheet" href="css/style.css"> | |
| <link rel="author" href="humans.txt"> | |
| </head> |
NewerOlder